Lets say i have following variable in One.js
var myENUM {
FIRST: 1,
SECOND: 2
};
Now, when i am working in Two.js, i need intellisense of myENUM.
I know how to do this in Visual studio, but not in Titanium Studio. Is there a way?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Personally, I use IntelliJ to to write my titanium code and then Ti Studio to manage running the app on device/simulator.
Ti Studio, to my knowledge, is not that good at intelli-sensing anything except the Ti API.
Webstorm/Intellij has the best javascript support I have every found.