We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e49e5 commit 4ef68cbCopy full SHA for 4ef68cb
doc/LanguageClient.txt
@@ -495,9 +495,9 @@ Signature: LanguageClient#textDocument_codeLens(...)
495
496
Computes and displays the codeLens for the currently open file.
497
498
-*LanguageClient#textDocument_codeLensAction()*
499
-*LanguageClient_textDocument_codeLensAction()*
500
-Signature: LanguageClient#textDocument_codeLensAction(...)
+*LanguageClient#handleCodeLensAction()*
+*LanguageClient_handleCodeLensAction()*
+Signature: LanguageClient#handleCodeLensAction(...)
501
502
Runs the action associated with the codeLens at the current line. It does
503
nothing if the codeLens is not actionable.
0 commit comments