is there anyway to do this?
I have VERY long variable names to help me remember what I'm doing.
is there anyway to do this?
I have VERY long variable names to help me remember what I'm doing.
You could edit the syntax files to include it (if there are any)
Better bet would be to use an editor which supports intellisense style autocompletion (where it introspects the assemblies used and adds your variables to the autocompletion list), e.g. MonoDevelop or Visual Studio
The syntax files for Unitron are stored in this folder:
/Applications/Unity/Unitron.app/Contents/Resources/Syntax Definitions
For JS you should edit the file javascript.plist.
How to change a syntax definition can be found in the Unitron/Smultron help documents in the chapter Syntax Colouring.
use Visual studio if you use C#, otherwise use monodevelop to have autocomplete for yourself