In vscode notebooks, the autocompletion seldom works for me. There are several situations:
-
Jupyter extension, Julia extension not installed.
-
Jupyter extension, Julia extension installed. Kernel handled by jupyter extension.
-
Kernel handled by Julia extension.
I know autocompletion is not working yet with Julia extension (completion in notebook stucked in one cell · Issue #2385 · julia-vscode/julia-vscode (github.com)). But can I somehow make vscode notebook work exactly the same as the jupyter notebook? Juypter notebooks give me the expected optimize
in the example.