tednaleid / sublime-EasyMotion

Sublime Text 2 plugin to quickly jump to any character in the visible area of the active view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shortcut to select word and popup autocomplete

tednaleid opened this issue · comments

The AceJump intellij plugin has a cool feature that when hitting alt combined with the jump target character will select the whole word and pop up the autocomplete box for it.

We could allow the cmd-alt-; keystroke to select the whole word (or remaining part of the word if it's not the first char in the word) as a start.

Could also look into popping up the autocomplete dialog as well, though this isn't quite as useful in ST2 as IntelliJ

this will be nice!