Skip to content Skip to sidebar Skip to footer

How Do I Skip Past An Automatically Generated End In My IDE Without Lifting My Hands Off The Keyboard (or Using Arrow Keys)?

OK, lets just do a case in point, but before that, a simple key. '*' means 'this is where the cursor is'. '**' means 'this is where we'd like the cursor to be able to 'jump' to' N

Solution 1:

Try pressing the End key, That will skip to the end of the line.

Sources: http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts


Solution 2:

In some IDE, pressing the tab key will move your cursor to the next placeholders in the currently auto replaced element, and if there is no more placeholders, brings you past the end of the auto replaced text.


Post a Comment for "How Do I Skip Past An Automatically Generated End In My IDE Without Lifting My Hands Off The Keyboard (or Using Arrow Keys)?"