CFEclipse and Eclipse Tips and Tricks
CFEclipseI've been working off, and mostly on, with CFEclipse over the past two years. In the last week or so, though, I've found three cool new (to me) shortcuts and thought I would share them.
"Firefox like Find"
In the Find dialog click the Incremental option and Eclipse will do a Firefox like Find, searching as you type, of the currently open file. I love the way Firefox searches and the added bonus in CFEclipse is that it will expand collapsed code as this screen shot shows:
Removing Comments
Adding comments in CFEclipse is easy, either (Ctrl/Command-Shift-M) or click on the comment icon, and if text is selected the comment will surround it. Removing comments can be done the same way, either select the whole comment or place the cursor to the left of the open comment and either (Ctrl/Command-Shift-M) or click on the comment icon.
Go to Line
Ctrl/Command-L brings up a dialog asking which line you would like to go to. Very useful when debugging an error and you know the line the error occurs on.
What keyboard shortcuts do you use?








Loading....