读书人

Eclipse 应用技巧

发布时间: 2012-12-26 14:39:29 作者: rapoo

Eclipse 使用技巧
Java开发中的技巧
   Eclipse中最常用的快捷键:
Ctrl+L Go to Line  
 F5 Step Into  
 Ctrl+H Open Search Dialog  
 Ctrl+Shift+K Find Previous
 Ctrl+F11 Run  
 Ctrl+Shift+\ Remove Block Comment  
 F11 Debug   Ctrl+Shift+/ Add Block Comment  
 Ctrl+K Find Next  
 F8 Resume (during Debug)  
 Ctrl+O Quick Outline  
 Alt+Shift+R Rename (Refactoring)  
 F3 Open Declaration
 Ctrl+R Run to Line  
 Ctrl+/ Toggle Comment  
 Ctrl+Shift+O Organize Imports
 F6 Step Over   
Ctrl+Shift+F Format  
 Ctrl+Shift+G References in Workspace

读书人网 >Eclipse开发

热点推荐