I am using Aptana Studio 3, with content support, and I have a really nasty problem.
Basically, I’ll get into single quotes or some other context from which you can “display the tab”, and I’ll type something like, say, “login”. So, when I finish entering login, I use the tab to exit the quotes, but since the autocomplete found the LoginForm object, instead of putting me out of the quotes, clicking the tab adds a “Form” to my “Login” by writing “LoginForm” "
Basically, I would like to set up the editor so that the "enter" autocomplete and tabs just back out or out of the quotation marks / curly braces / etc.
source share