Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut key to select word in Eclipse

Is there any keyboard shortcut to select a word? Or may be it can be assigned some how?

like image 306
alex2k8 Avatar asked Jan 12 '10 14:01

alex2k8


People also ask

How do I select multiple words in Eclipse?

Press Alt+Shift+Up several times until the method is selected. Each time you press this key, Eclipse will select the enclosing element of the current selection. Often 4-5 times would be enough but sometimes you'll need up to 7.

What is the shortcut key to select a text?

In Word, you can select all text in a document (Ctrl+A), or select specific text or items in a table by using the mouse or keyboard. You can also select text or items that are in different places. For example, you can select a paragraph on one page and a sentence on a different page.

What is Ctrl G in Eclipse?

CTRL + G Find **declarations** in workspace. CTRL + Shift + G Find **references** in workspace. If you want to change those,open Windows->Preferences->General->Keys. Now you can use the filter to find your shortcut and change its binding. Follow this answer to receive notifications.

What is Ctrl O in Eclipse?

CTRL+O in eclipse searches in current class/file. CTRL+F12 is the correct equivalent.


1 Answers

Shift + Alt + selects enclosing elements.

Shift + Alt + reverses Shift + Alt + .

Shift + Alt + selects enclosing elements moving up the file.

Shift + Alt + selects enclosing elements moving down the file.

like image 132
Instantsoup Avatar answered Sep 20 '22 07:09

Instantsoup