I’m using Eclipse IDE and Aptana Studio. Is there any keyboard-shortcut that takes indicator to the next tag? I think the keyboard-shortcut is the same in both IDEs.
I’m using Eclipse IDE and Aptana Studio. Is there any keyboard-shortcut that takes indicator
Share
Try
Ctrl + Shift + Arrow Up/DownIt works only inside a parent Tag. For example, if you have a Parent Tag called
<Books>and lots of child Tags called<Book>, if you place the cursor over a<Book>Tag, you can navigate (via the mentioned shortcut) between every book. When you reach the last one, it doesn’t go off the</Books>Tag.