您的位置:首页 > 编程语言 > Java开发

Java开发中的技巧

2011-06-04 17:16 232 查看
  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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息