julia-vscode / julia-vscode

Julia extension for Visual Studio Code
https://www.julia-vscode.org/
Other
1.28k stars 202 forks source link

problems with greek letters #2717

Open francispoulin opened 2 years ago

francispoulin commented 2 years ago

I am using visual code to edit my julia documents on a new computer. On my old computer I type \delta and tab to get the greek letter. Now it does't work, even though I have the following julia extensions installed:

Any idea what is going wrong here?

dpo commented 2 years ago

Same issue here. It works in VSCodium but not in VSCode. macOS 10.15.7. VSCode/VSCodium 1.64.0.

pstaabp commented 3 months ago

I'm also seeing this. When typing out \delta, the backslash is not highlighted, so it is trying to complete on the word delta. I do have other packages installed and I'm thinking this is a settings issue that I can't track down.

dmahasen commented 3 months ago

Did you install IJulia package ? I resolved this issue by installing IJulia package.

francispoulin commented 3 months ago

Thanks for the suggestion @dmahasen . I do have IJulia installed and that doesn't help me.

What's strange is that it started working a while back but then something was updated and now it's not working again.

I can continue to make the letters in REPL and copy them but would love to see a fix that helps to improve my work flow.

pstaabp commented 3 months ago

I also just checked about IJulia. I did not have it installed, but installed it, restarted vscode and still have the same results. I do notice that hitting tab inserts two spaces (my current setting for this).