Skip to content

Commit 9c1778d

Browse files
authored
Update README.md
1 parent 0631538 commit 9c1778d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Place your cursor on a variable, function, etc and all the usages will be highli
3939

4040
- Certain characters, for example '.' (dot) in Python, will automatically trigger
4141
completion.
42-
- You can choose to receive the completion suggestions continuously as you type by enabling `continiousHinting` setting.
42+
- You can choose to receive the completion suggestions as you type by enabling `continiousHinting` setting.
4343

4444
![invoke](https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/autocompletion.gif)
4545

@@ -58,10 +58,10 @@ Advanced static-analysis autocompletion without a running kernel
5858
#### The runtime kernel suggestions are still there
5959

6060
When a kernel is available the suggestions from the kernel (such as keys of a
61-
dict and columns of a DataFrame autocompletion) are merged with the suggestions
62-
from the Language Server (currently only in notebook).
61+
dict and columns of a DataFrame) are merged with the suggestions
62+
from the Language Server (in notebook).
6363

64-
If the kernel is too slow to respond promptly only the LSP static analysis suggestions will be shown (default threshold: 0.6s).
64+
If the kernel is too slow to respond promptly only the Language Server suggestions will be shown (default threshold: 0.6s).
6565
You can configure the completer to not attempt to fetch the kernel completions if the kernel is busy (skipping the 0.6s timeout).
6666

6767
### Rename

0 commit comments

Comments
 (0)