Sublime Forum

Autocomplete without whitespace

#1

I’d like to be able to trigger autocomplete in a wider array of circumstances than Sublime currently allows, for instance at the moment if I hit Ctrl+Space at the current cursor position nothing happens:

]

It seems that because there’s no whitespace between the proposedStart variable and the caret at the other side of the ‘-’ the autocomplete won’t function. ‘-’ is defined as a word separator, so it seems to me like the autocomplete function should behave as expected and display a list of suggestions.

Is there a setting that can be changed to make this happen or would it be possible to do this using a plugin?

0 Likes