Introduction to eclipse shortcut keys

Introduction to eclipse shortcut keys

  1.  ctrl+1: Prompt for code correction
  2.  alt+/: Prompt completion
  3. ctrl+shift+↓: copy the current line
  4. ctrl+/: single line comment
  5. ctrl+shift+/: multi-line comment
  6. ctrl+shift+F: formatter code
  7. ctrl+shift+O: automatically import the package
  8. ctrl+shift+L: view detailed shortcut key introduction

 

Guess you like

Origin blog.csdn.net/qq_41663470/article/details/113528269