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?
Disabling Auto-Complete Except for One Package
adzenith
#2
You could uninstall the unused packages, or add them to the ignored_packages list in your user prefs.
0 Likes
Th3Angel
#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