Tab complete for unicode variables in VS Code debug console?

I can’t seem to use variables containing special Unicode characters (e.g. \alpha<tab>) at the debug console because pressing Tab jumps to the next object rather than completing the character.

Is this an issue with VS Code or with the extension or something else?

3 Likes

Went ahead and submitted this issue.

I have the same problem with VS Code 1.62.0 and Julia 1.6.3 with plugin 1.4.3 (regular version, but also tried unsuccessfully the insider).

Tab completion is working properly for unicode or greek symbols on the REPL window but not on the main VS Code Workplace.
On the main workplace symbols are not autocompleted but regular Julia commands are.

The Tab completion option is activated in the settings.
And the completion mode is set to “qualify”.