-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete and autocorrect #29
Comments
Old note: |
Inside a |
Open question:
Bonus points if for a sum symbol, it can show "sum as text" in its autocomplete suggestions. |
What should space do? Accept or reject? Also, should Space should simply insert a space |
Space could also be used as a placeholder, and as a way of pushing symbols around. e.g. When we have |
Regarding autocorrect /_^ logic is simply
Reasoning is very simple: it'd be annoying if That logic is hardcoded, which is fine, I think. |
The delayed autocorrect can handle quite a lot. The user can type stuff like That is because Depending on user testing, we might have to scale it back though. Maybe it is confusing? |
Vscode snippets What if I change the autocompletion logic to actually look at the syntax tree? Well then => wouldn't work? |
The text was updated successfully, but these errors were encountered: