uiua-lang / uiua-vscode

Uiua language client extension for VSCode
MIT License
21 stars 6 forks source link

Support glyph input #7

Closed mainrs closed 1 year ago

mainrs commented 1 year ago

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

kaikalii commented 1 year ago

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

mainrs commented 1 year ago

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.