getCodeAction method

void getCodeAction()

Callback to get the LSP code action at the current cursor position

Implementation

void getCodeAction() {
  userCodeAction?.call();
}