Closed blakepell closed 3 years ago
Note: ctrl + tab currently auto completes the closest found alias. This should behave similarly but continue to cycle as it's pressed if more possible completions are found.
There is a new setting AutoCompleteWord
. If turned on, the client command box will start collecting all words used. Then when shift + tab is used the editor will get the current word the cursor is on (or partial word) and then do a lookup for all words that starts with the word the cursor is on (ordered by latest used). The rationale behind requiring it to be turned on by the user is performance (let those that want it opt-in).
Closing this issue, the update will part of the next public release.
From Joules: