atombender / sublime_text_alternative_autocompletion

Adds TextMate-like autocompletion to Sublime Text 2 and 3.
MIT License
147 stars 23 forks source link

Not working with multiple selection #6

Open danillos opened 13 years ago

danillos commented 13 years ago

Autocomplete not work with multiple selections.

atombender commented 13 years ago

Yeah, that's a documented limitation. That said — autocompletion with multiple selections will never work very well if you map the autocompletion to escape, since that's the key used to abort a multiselection. It will only be appropriate when mapping autocompletion to something else.