I'm using Aptana Studio 3, with content assist on, and I have a really annoying problem.

Basically, I'll find myself within single quotes or some other context that one can "tab" out of, and I'll type something like, say, "login". So, when I finish typing login, I use tab to get out of the quotes, but because autocomplete has found the "LoginForm" object, instead of bringing me out of the quotes, pressing tab adds "Form" to my "Login," writing "LoginForm".

Basically, I would like to set up the editor so that "enter" autocompletes and tab simply indents or tabs out of quotes/braces/etc.

link|improve this question

75% accept rate
which editor are you used to that allows you to tab out of quotes? – Julien Mar 2 at 18:56
Well, Aptana does (since it's based on Eclipse, and Eclipse does too). The problem is that Aptana provides code completion, even within quotes and when I'm typing something out quickly, I'll try to tab out of the quotes, but because of the code completion, it'll insert whatever it was suggesting instead. What I'd like is to be able to only accept code completion with the Enter key, so that the tab key is only used to tab out of quotes, brackets, etc. – Raphaeltm Mar 3 at 20:35
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.