File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ from the Language Server (in notebook).
66
66
If the kernel is too slow to respond promptly only the Language Server suggestions will be shown (default threshold: 0.6s).
67
67
You can configure the completer to not attempt to fetch the kernel completions if the kernel is busy (skipping the 0.6s timeout).
68
68
69
+ You can deactivate the kernel suggestions by setting the ` useKernelCompletions ` to ` false ` in the ` completion ` section
70
+ of advanced settings. Alternatively if you _ only_ want kernel completions you can set ` useLspCompletions ` to ` false ` .
71
+ Or both if you like to code in hardcore mode and get no completions.
72
+
69
73
### Rename
70
74
71
75
Rename variables, functions and more, in both: notebooks and the file editor.
You can’t perform that action at this time.
0 commit comments