Sublime Forum

Customize javascript autocompletion?

#1

The new autocompletion seems fairly nice, but its driving me crazy with javascript. 99% of the time I want to autocomplete a recent variable or function name, or at least one within the current file. I’m not sure what all javascript libraries its pulling suggestions from, but I have to type the majority of my local variable before it finally seems to switch over to file scope instead of whatever the heck its pulling from.

Any way to customize this?

0 Likes

#2

Do you have SublimeCodeIntel installed?

0 Likes

#3

I do not. I installed it to see if I could use that instead, but it just flat out didn’t work.

0 Likes

#4

I have the same issue with the Djanerio package for Python / Django. I get lots of suggestions based on standard django functions / settings.

But 9 times out of ten I just want to complete a local variable.

0 Likes