Tab out of brackets and parenthesis
Brought to you by:
fabioz
It would be very nice if you could tab out of parenthesis in methods and brackets for dictionaries.
This currently works when autocompletion knows about the method, it gives you the option to tab out of the parameters.
When you add a new method that autocompletion doesn't know about, you do not have the option to tab out of the method.
Also when accessing dictionaries you can't tab out of the brackets. self.dictionary["val"] You get the bracket completion but can't get out of it without using end or right arrow. Tabs are more convenient :)
Logged In: NO
Actually the only time pydev allows tab to get out of parenthesis is when you Ctrl + Space to have pydev assist in auto-completing method parameters. Can there be an option to be able to tab out of parenthesis completion? Otherwise you have to hit end or right arrow which is slow, for me atleast.
-Thanks
Logged In: YES
user_id=617340
Originator: NO
Yes... to use tabs (or enter) it only works when code-completion is active... -- and the ending ')' will sometimes be overwritten by another ')'.
Still, the case when I would use that most -- which for me is for going to the end of the line and then hitting enter -- can be emulated by hitting Shift+Enter at any place in the line, so, it's not usually very inconvenient for me... (although I still think it's nice to enter the linked mode and get out of it such as java does anyways...)