Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse shortcut for searching word in workspace [duplicate]

Tags:

java

eclipse

Possible Duplicate:
searching files in eclipse

How to search for a particular word in entire workspace in Eclipse?

like image 724
aks Avatar asked Jun 02 '10 13:06

aks


People also ask

How do I search for a word in Eclipse workspace?

Press Ctrl + H , should bring up the search that will include options to search via project, directory, etc. Ctrl + Alt + G can be used to find selected text across a workspace in eclipse.

What is Ctrl Shift G in Eclipse?

Search – Eclipse Shortcuts CTRL SHIFT G – Search for current cursor positioned word reference in workspace. CTRL H – Java search in workspace.

What is the shortcut key for search in Eclipse?

If you want to use the type-specific search (Java, Javascript ...etc) you can use Ctrl+H , which opens the search dialog, then click the Search button. If you simply want to search for all text occurrences in the whole the workspace click the word (or select the text) you want to search then hit Ctrl+Alt+G .


1 Answers

select workspace and press Ctrl+H

like image 177
sushil bharwani Avatar answered Sep 22 '22 02:09

sushil bharwani