This will open up a class in the workspace (or in dependencies such as jar-files), the dialog accepts wildcards (for instance *Action), another nifty feature are the CamelCase notation to quickly open a file, for instance if you want to open the class LinkViewAction entering LVA would give you the correct result right away, and save you some typing.
How do you navigate to a member (method, variable) one option (and most often used) is to search for it using Ctrl + F, it\u2019s really not that efficient, instead use this short cut to list all the methods, to narrow the list start typing the method name navigate to the one you want with the arrow keys and press enter. Even more, press the key another time and it will show you the inherited members.
Do you know the scenario when you edit your large class file, and you change something in one method, and want to go to the last thing you edited in before this? Instead of browsing to the previous method, finding the right spot use this command to jump right back to the last edit, use it multiple times to track back in history.
Working Set
Toggle Comment
Ctrl + / or Ctrl + 7
Backward History
Alt + Left
Build Clean
Forward History
Alt + Right
Close Projec
Go to Line
Ctrl + L
Open Project
Leave a Comment