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 a6985c5 commit 01c9f56Copy full SHA for 01c9f56
packages/jupyterlab-lsp/schema/plugin.json
@@ -29,17 +29,20 @@
29
"properties": {
30
"showDocumentation": {
31
"type": "boolean",
32
- "default": true
+ "default": true,
33
+ "description": "Whether to show documentation box next to the completion suggestions.",
34
},
35
"continuousHinting": {
36
- "default": false
37
+ "default": false,
38
+ "description": "Whether to enable continuous hinting (Hinterland mode)."
39
40
"suppressInvokeIn": {
41
"type": "array",
42
"items": {
43
"type": "string"
- }
44
+ },
45
+ "description": "An array of CodeMirror tokens for which the auto-invoke should be suppressed. The token names vary between languages (modes)."
46
}
47
48
0 commit comments