'Can Julia input Unicode characters in Vscode?

From the Julia command line, typing \pi and pressing Tab gives you $\pi$. Is this possible in vsocde or jupyter? enter image description here



Solution 1:[1]

Stepan is correct - VSCode with the Julia extension installed will give you the same Unicode completions as the Julia REPL:

enter image description here

Then after <TAB>:

enter image description here

Note that you need a running Julia session for this to work.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Nils Gudat