eclipse commonly used shortcut keys (supplementary welcome message)

  1. Type a hint to add the word Keywords: Alt + /
  2. Note generated classes or methods: Alt + Shift + j
  3. Uppercase lowercase turn: Ctrl + Shift + x
  4. Uppercase lowercase turn: Ctrl + Shift + y
  5. Delete Row: Ctrl + D
  6. Comment lines: Ctrl + / uncomment the line: Ctrl + /
  7. Notes block of code: Ctrl + Shift + / Uncomment blocks of code: Ctrl + Shift + \
  8. Vertical movement Code: Alt + ↑ Alt + ↓
  9. Indent: Tab unindent: Shift + Tab
  10. Generating a get / set and other commonly used methods: Alt + Shift + s
  11. Introducing the necessary reference class, remove unwanted referenced class: Ctrl + Shift + O
Published 32 original articles · won praise 5 · views 70000 +

Guess you like

Origin blog.csdn.net/u010425839/article/details/104534981