Sublime Forum

Disabling Auto-Complete Except for One Package

#1

So I have different packages installed for the scripting language Lua and currently there is clashing between the auto-completion between the packages. The auto-completion shows all of the available options from all of the packages installed for the language. Is there a way to disable all the auto-completions except for the current package being used?

0 Likes

#2

You could uninstall the unused packages, or add them to the ignored_packages list in your user prefs.

0 Likes

#3

I knew of this, but was hoping there would be a more convenient way than to add and erase package names whenever I’m working with a different scripting API. Is there any way to have one package ignore other packages, or would this be the best solution?

0 Likes

#4

Other than editing the packages themselves, this is probably the only way.

0 Likes