Friday, January 9, 2009

Tips and Tricks on How to Use Eclipse

http://www.javaresearch.org/article/57437.htm

Following these tips posted online, I set my Eclipse on the server. Here is some hotkeys:

1. sysout + shift + space, it will add "System.out.println();" automatically;
2. If you want to comment some blocks, choose these codes and press "ctrl + /" simultaneously. On the contrary, if you want to uncomment it, press "ctrl + \";
3." Ctrl + F8" is used for switching prospective quickly.
4. The hotkey for "Debug Java Application" is "Alt + D";

(To be continue);

No comments: