JavaScript-Completions
JavaScript-Completions copied to clipboard
Disable specific completions
trafficstars
Hello,
how can I disable specific completions?
E.g. I'd like to have apply, bind, call, toString, length completions, but without Function ( paramsAndBody_..: string )?
I'd like to be solution without editing the Packages/JavaScript Completions/sublime-completions/Function.sublime-settings file
Hello @panczarny ,
There isn't something like that at the moment! You can only disable the whole file. I will check what i can do about that.
Thanks