Ctrl+Shift+G allows search in workspace.
But sometimes class is big. Does exist shortcut in Eclipse to receive list of occurrences only in current class or page?
Thanks.
Ctrl+Shift+G allows search in workspace. But sometimes class is big. Does exist shortcut in
Share
If your want to see only all methods/variables of current class you always can use F4 when class “workspace” selected.
EDIT 1
Mark you comment. For this you can use CTRL+H in “File search” tab set you search criteria and it will display inside “Search” tab all matches for selected class.
EDIT 2
If you want use it as fast as CTRL+F command, you need to customize this dialog window. Open it, choose “Customize…”, check only “File Search”. You can also put into “File name patterns” *****, it allow search on few selected file. After all this manipulations CTRL+H command will work like CTRL+F.
PS. Use the combination Ctrl+SHIFT+L, it will show all available eclipse shortcut with description.