Reputation: 149
The Ctrl + Shift + A command in intelliJ lets me search for an action. Is there an equivalent command in Eclipse?
Upvotes: 5
Views: 1249
Reputation: 24396
You can use Quick Access
field located somewhere in the upper right corner by default. You can also access Quick Access
with the default shortcut Ctrl + 3.
Upvotes: 6
Reputation: 31600
By default there's only Ctrl + Shift + L which opens up the list of shortcuts.
There's a contextual menu that you can open with Ctrl + 1.
Upvotes: 1