You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a kernel is available the suggestions from the kernel (such as keys of a dict and columns of a DataFrame autocompletion) are merged with the suggestions from LSP (currently only in notebook).
41
41
42
-
- completer: merge suggestions from LSP, kernel and tokens (currently LSP and tokens only)
42
+
### Coming soon:
43
+
44
+
- multiple LSP connections per notebook, e.g. SQL embedded in a Python notebook, or R (using rpy2) embedded in Python notebook.
45
+
- autocompleter with documentation and sorting based on LSP suggestions
46
+
- unit tests
47
+
- system of settings, including option for aggressive autocompletion (like in hinterland)
43
48
44
49
### Planned:
45
50
46
-
- "rename" action
51
+
- "rename" action (PR welcome)
47
52
48
-
### May be included:
53
+
### Low priority:
49
54
50
55
- Gutter with linter results
56
+
- Use the kernel session for autocompletion in FileEditor if available (PR welcome)
0 commit comments