Can I change the color of a variable name in Titanium Studio?
Example (in JavaScript):
var name = "Hello, World!"
I want to change the word NAME from white to another color. I am very new to Titanium Studio and programming and can not figure it out.
***Also, Is there a setting that allows you to select all instances of a particular variable name to see everywhere you have it written?
with the example above this would be clicking the word NAME and all instances in the .js file highlighting