-
Notifications
You must be signed in to change notification settings - Fork 3
Milestones
List view
Ctrl+Alt+D was the shortest I found that's easy to hit but nowhere near as nice as listening for "TAB". Maybe someone has an idea how to integrate it better into intuitive workflow. Also more actions are needed, I guess "complete to end of line" would be one more useful. I also consider testing a "wild typing" addon. Similar to some of the fun projects: any key pressed will advance the code based on completions. Except for backspace and ESC. It would look funny and at the same time might be a way to quickly advance to the point where you wanted to stop completing. (might not be a word, might be in the middle of a word)
No due dateShortcut(s), splitting types should be configurable. Right now it's hardcoded
No due dateCurrently the splitting code is a mess, it uses regex to split by whitespaces and commas, needs a hack to do that properly and has to traverse the entire resulting words again to join some of them again. The splitter should be an own function that tries to be smart with the completion code, maybe understanding some code principles to split at the best points. Maybe reacting to the language used, many languages could be grouped
No due date