tanepiper / SublimeText-Nodejs

nodejs snippets and bindings for Sublime Text 3
Do What The F*ck You Want To Public License
1.13k stars 262 forks source link

Disable autocomplete when before typing #101

Open Yolo-plop opened 5 years ago

Yolo-plop commented 5 years ago

Hello, Whenever i type space, the Nodejs autocomplete spams me with a list of all possible commands i could use. This is a pain because most of the time i only wan't to press enter to go to a new line, which triggers the first autocomplete choice. How can i configure the plugin so that it does not propose choices unless at least one character is typed in ? I don't know if this is specific to this plugin or if it's sublime text's behaviour in general but i don't have this problem with PHP autocomplete.