Intellij idea shortcuts and configuration

idea 2019.1.3 http://idea.medeming.com/jetbrains/

hot key

  • Intellij idea operation
    • Ctrl + Alt + S open settings
    • Shift + F6 select the file rename, rename file extension can be changed
    • Esc to return to the code editor box
    • search for
      • Shift even search all press twice
      • Ctrl + Shift + N to search for files
      • Ctrl + N search class
    • Ctrl + E Show last document
  • Code completion
    • main
    • salt
  • Code Editor
    • Ctrl + D to copy or copy selected lines of code
    • Ctrl + Y Delete to delete the selected line of code or codes
    • Ctrl + X Cut line
    • Ctrl + Alt + L formatting code
    • Ctrl +> collapse / expand block
    • Alter + Enter Tips
    • cursor
      • Ctrl + left / right cursor moving fast
      • Ctrl + [/] to move the cursor to the beginning or the end braces
      • Enter Shift + Enter and the cursor moves to the next line
    • Code compiler execution
      • Ctrl + Shift + F10 to run the current file
      • Shift + F10 run toolbar
    • View realization
      • Ctrl + Mouse
  • Note
    • Ctrl + / line comments, select multiple lines, multi-line comments
    • Ctrl + Shift + / block comment using /*...*/
  • After the closing brace double-click the mouse to select all the contents of the braces
  • Triple-click the mouse to select the line
  • Write the opening brace, Enter brace complement and go to the next line

 

Configuration

Fonts

Settings are automatically saved

Not loaded when the last open project set to open

Set to modify the file marked with an asterisk

Settings Import avoid import. *

 

 

 

Published 46 original articles · won praise 0 · Views 1037

Guess you like

Origin blog.csdn.net/weixin_37680513/article/details/103290351