SublimeText-Nodejs
SublimeText-Nodejs copied to clipboard
Disable autocomplete when before typing
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.