Skip to content

Commit 35914f3

Browse files
committed
Update the completion examples in readme
1 parent e103b83 commit 35914f3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ Use the context menu entry, or <kbd>Alt</kbd> + :computer_mouse: to jump to defi
3535

3636
Place your cursor on a variable, function, etc and all the usages will be highlighted
3737

38-
### Automatic Completion
38+
### Automatic Completion and Continuous Hinting
3939

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

43-
![invoke](https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/auto_invoke.png)
44+
![invoke](https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/autocompletion.gif)
4445

4546
### Automatic Signature Suggestions
4647

@@ -52,7 +53,8 @@ Function signatures will automatically be displayed
5253

5354
Advanced static-analysis autocompletion without a running kernel
5455

55-
![autocompletion](https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/autocompletion.png)
56+
![autocompletion](https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/completions-Julia-Python-R.gif)
57+
5658

5759
#### The runtime kernel suggestions are still there
5860

198 KB
Loading
117 KB
Loading

0 commit comments

Comments
 (0)