Script Editor Alternatives with Function/Constant List
Arkezen
Member Posts: 4
Are there any plugins for editors (e.g. Sublime, VSCode, etc.) that support autocomplete or something similar for the available functions/constants list?
The script editor being a modal window makes it very frustrating to use; I frequently have to close several scripts to look up a tag or resref, then re-open all the scripts I had open.
I'm also looking to move more scripts into the override folder, and I obviously can't edit a script in there using the script editor without constantly moving everything back and forth between override and modules/temp0.
The compiler isn't an issue; I can make a macro or whatever for the editor to run the compiler on the current script.
I am aware of syntax highlight plugins for Sublime and VSCode, but I really need some way to access available constants and functions.
The script editor being a modal window makes it very frustrating to use; I frequently have to close several scripts to look up a tag or resref, then re-open all the scripts I had open.
I'm also looking to move more scripts into the override folder, and I obviously can't edit a script in there using the script editor without constantly moving everything back and forth between override and modules/temp0.
The compiler isn't an issue; I can make a macro or whatever for the editor to run the compiler on the current script.
I am aware of syntax highlight plugins for Sublime and VSCode, but I really need some way to access available constants and functions.
0
Comments
While not strictly autocomplete, npp will give you suggestions based on what you have already typed.
FWIW, I wouldn't want to be without it.
TR