autocompletion #40
garin-marlow
started this conversation in
Ideas
Replies: 1 comment
-
|
I can see where autocomplete would be useful. But it makes the parser less simple (and so harder to understand and maintain). For example we would need to specify/support autocomplete behavior with ambiguous commands. Do we walk through a list of "STOP", "SORT", "START" etc. when someone types S, then TAB? Workaround: Sometimes there are only one or two commands that are used much. For example a robot may mostly use "FORWARD 100" and "STOP". Those particular commands could get their own aliases, named "F" and "S". This is NOT as useful as a real autocomplete, but may give you 90% of what you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A nice to have feature would be built-in autocompletion when pressing TAB.
Beta Was this translation helpful? Give feedback.
All reactions