The autocomplete feature is marketed in the UserGuide as allowing the user to "never have to memorise any prefix nor syntax for commands.", however the behaviour when hitting tab with the edit command is to immediately fill in a prefix such as n/. This results in an invalid edit command as the index argument is skipped. This makes it somewhat unintuitive for the new user.
Perhaps could consider a default value of index instead (maybe just put as 1) before moving on the prefix cycling behaviour.
The autocomplete feature is marketed in the UserGuide as allowing the user to "never have to memorise any prefix nor syntax for commands.", however the behaviour when hitting
tab
with the edit command is to immediately fill in a prefix such asn/
. This results in an invalid edit command as the index argument is skipped. This makes it somewhat unintuitive for the new user.Perhaps could consider a default value of index instead (maybe just put as 1) before moving on the prefix cycling behaviour.
Before
Tab
After
Tab