Vs code doesn’t register the unicode auto completion anymore. For example when I type, \sigma , the unicode character doesn’t appear anymore. My current Julia is 1.10.4 but I think it happened earlier than this release.
This is in my Mac VS code btw. Also note that unicode character completion works fine when you open the REPL in the terminal. So its VS code .ipynb/.jl script related issue.
Sorry it’s been a while, can’t remember exactly what I did. But yeah that where the Julia packages etc are. My belief is that I reinstalled everything.
Yeah Unicode wasn’t working in VSCode. In the REPL it was working fine !
I had the same problem, I fixed it by adding the release channel to juliaup
juliaup add release
and restarting the julia extension in vscode. It might take some time for the juliaserver to load, once it suggested autocompletion for commands, unicode auto completion also worked.