Skip to content

Commit fcb6b4d

Browse files
committed
document
1 parent 49dbdaa commit fcb6b4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ from the Language Server (in notebook).
6666
If the kernel is too slow to respond promptly only the Language Server suggestions will be shown (default threshold: 0.6s).
6767
You can configure the completer to not attempt to fetch the kernel completions if the kernel is busy (skipping the 0.6s timeout).
6868

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+
6973
### Rename
7074

7175
Rename variables, functions and more, in both: notebooks and the file editor.

0 commit comments

Comments
 (0)