- Press Ctrl and the class or method becomes a hyperlink that brings you with a click to its declaration. The other option is pressing F3.
- Tab flipping like in Firefox: Window > Preferences > General > Keys > View then in category “Window”, find “Next Editor” and assign Alt+Tab to the command. Don’t forget to really add the key sequence.
- I have always two Eclipse windows: One for the client in the Flex Perspective and the other for the server in the Java Perspective. You can do this with a right click onto the Java-Project and choosing “Open in new Window”
- For performance reasons, I had to disable subclipse. Eclipse became very slow recently.
- For digging libraries, I like to see the type hierarchy: F4 helps.
- Ctrl+H is the information desk. “Select resources” cuts the time for the search down.
- [Update] Like in Acrobat Reader or FireFox, you can skip to your last position with Alt+<-
- [Update] Reading the source of the some Flex components came be very helpful: You get the class browser with Ctrl+Shift+T.
- [2nd Update] I just learned about Dash that remains me of Greasmonkey. You can write your own little scripts in any Eclipse project. EOkyere shows a useful script for creating getter/setters in ActionScript with only writing var test:String.
And here a quickie for FREE in Firefox
Use Quick Searches! When I want to know how much fat a radish has, I type in Firefox:
- F6: brings me to the URL field
- wp radish
- = it’s 1g per kg
You can do this for the Flex search or any other site that allows to insert the search term in the URL. For Wikipedia,
- Create a bookmark in the “Quick Searches” folder
- Open the properties of this bookmark
- Insert in Location: http://en.wikipedia.org/wiki/Special:Search?search=%s
- Insert in Keyword: wp
- et finito
Maybe Google could integrate this feature in a personalized search? So I only have to use one input field for searching.