MyEclipse using the most commonly used shortcuts

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/wangliangluang/article/details/90690486

MyEclipse using the most commonly used shortcuts

 *刚用eclipse的小伙伴是不是想要熟练的操作这个软件?话不多说,直接附上最便捷的操作.
  1. ctrl + 1 quick fix
  2. ctrl + z undo
  3. ctrl + y recovery operations (with respect to withdraw it)
  4. ctrl + d quickly delete, delete a row
  5. shift + enter quickly to the next line of the line, if this line is particularly long, practical
  6. ctrl + f11 fast running program
  7. move up or down alt + ↑ / ↓ fast the line
  8. ctrl + alt + ↑ / ↓ quickly copy line
  9. rapid amplification ctrl + m selected area
  10. Alt + / rapid completion codes
  11. ctrl + o Quick View Outline view (that is, there are several ways to quickly view)
  12. ctrl + / quick comment line (comment line to be selected)
  13. ctrl + shift + / Fast Comment Block
  14. ctrl + shift + f to quickly adjust the code format specification
  15. Ctrl + Shift + o passthrough packets
  16. ctrl + h to see the class in which file
  17. ctrl + Alt + h jump directly to using the class file
  18. Shift + Alt + s, and then C construct constructor with no arguments
  19. Shift + Alt + s, and then press constructed with reference constructor o
  20. Shift + Alt + s, then press r-> Tab-> Enter-> Tab-> Enter
  21. Shift + Enter. To add a blank line after the cursor
  22. ctrl + Shift + Enter to add a blank line before the cursor
  23. ctrl + (+, -) Fast zoom Font
  • Finally, attach the modified shortcut keys:

  • window->Prefence->General->Keys->Content Assists

Guess you like

Origin blog.csdn.net/wangliangluang/article/details/90690486