Juno does not display unicode symbols in file or in completions

I am trying out Juno as an IDE, but for some reason I am not able to enter the unicode symbols that are normally available in Julia. I can get the unicode symbols to work in the REPL, but not in the file itself.

I tried to update the package and restart Juno a few times, but that did not fix the problems. Anything that I am missing. Here is a picture to show the problem. The file is on the left and “\mu” won’t change to the unicode symbol after TAB or anything else. Also, the greek letter does not show up in the completion dialogue.

Make sure this package is installed in your Atom (Juno) editor: GitHub - JunoLab/atom-latex-completions: Easy Unicode input for Atom

2 Likes

Ahh yes, that worked great. Thanks so much @stevengj. I actually realized I had to update my version of Atom too, and then updating the version of the latex completions did the rest. Thanks again.