uiua-lang/uiua-vscode

Support glyph input

mainrs opened this issue · 2 comments

mainrs commented

Maybe this can be done using auto completion features of VSCode?

This goes against my vision for Uiua. The main way of entering glyphs is by typing their names and formatting.

mainrs commented

Would it be possible for the extension to then register the uiua fmt command as a "format on save" action? As of know, VSCode does not know that the extension is capable of formatting the code.