Eclipse Keyboard Shortcuts Keyboard Shortcuts --IDEA

Eclipse Keyboard Shortcuts

  1. skilled
  • Radio Notes ctrl + /
  • Multi-line comments ctrl + shift + /
  • Copy down line (Duplicate Lines) ctrl + alt + down
  • Delete a row or selected rows (delete line) ctrl + d
  • Downward movement of the line (move statement down) alt + down
  • Upward movement line (move statement up) alt + up
  • Find / Replace (current) ctrl + f
  • Find (global) ctrl + h
  • Find Files double Shift
  • Down to start a new line (start new line) shift + enter
  • Return to the previous page editor (back) alt + left
  • Proceed to the next edit page (the one above is directed to a) (forward) alt + right
  • Formatting code (reformat code) ctrl + shift + F
  • Select the number of lines, the overall future mobile tab
  • Select the number of lines, the overall shift + tab to move forward
  • How to view source code (class) ctrl + select the specified structure

  1. Unskilled
  • Open resource (limited to have written) ctrl + shift + r

  • Open type (including jar incorporated) ctrl + shift + t

  • Generating a return value of the variable alt + shift + l

  • Generating configuration / get / set / toString alt + shift + s

  • 生成 try-catch 等(surround with) alt+shift+z

  • See class structure: similar to the outline ctrl + o eclipse

  • View class hierarchy (type hierarchy) F4

  • View documentation (quick documentation) F2


IDEA commonly used shortcut keys

  1. IDEA own use
  • Uppercase conversion (toggle case) ctr + shift + u

Guess you like

Origin www.cnblogs.com/gzhcsu/p/11009066.html