getCodeAction method
void
getCodeAction()
Callback to get the LSP code action at the current cursor position
Implementation
void getCodeAction() {
userCodeAction?.call();
}
Callback to get the LSP code action at the current cursor position
void getCodeAction() {
userCodeAction?.call();
}