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 139ca5e commit 4090e05Copy full SHA for 4090e05
packages/jupyterlab-lsp/src/features/signature.ts
@@ -109,7 +109,7 @@ export class SignatureCM extends CodeMirrorIntegration {
109
110
let root_position = position_at_request;
111
112
- // if the cursor advanced in the same line, the previously retrieved completions may still be useful
+ // if the cursor advanced in the same line, the previously retrieved signature may still be useful
113
// if the line changed or cursor moved backwards then no reason to keep the suggestions
114
if (
115
position_at_request.line != root_position.line ||
0 commit comments