Hi,
I have added a .sublime-completions file to my Sublime 2 plugin. The format is like:
{
"scope": "source.maxscript",
"completions":
"+=",
"3D_Studio",
"3D_Studio_Shape",
"3D_StudioExporterPlugin",
...
}
}
I now get nice API commands completion. However, variable names etc. that are part of the script I am editing are no longer autocompleted.
Can I use both at the same time and define which takes precedence?
Cheers