IDEA common shortcuts

archetypeCatalog
internal

idea common shortcuts

Alt + Enter imported packages, auto-correction

Ctrl + N Find a class

Ctrl + Shift + N Find File

Ctrl + Alt + L formatting code

Ctrl + Alt + O optimization of classes and packages introduced

Alt + Insert generated code (e.g., get, set method, constructor, etc.)

Code Ctrl + E or Alt + Shift + C Recent changes

Ctrl + R replace text

Ctrl + F Find text

Ctrl + Shift + Space auto-completion of code

Ctrl + Space code hints

Ctrl + Alt + Space class or interface name prompt

Ctrl + P prompt method parameters

Ctrl + Shift + Alt + N find methods or variables class

Alt + Shift + C Comparative codes last modified

Shift + F6 reconstruction - Rename

Ctrl + Shift + key on the first

Ctrl + X Delete Row

Ctrl + D to copy the line

Ctrl + / or Ctrl + Shift + / comments (// or / ... /)

Ctrl + J automatic code

Ctrl + E recently opened files

Ctrl + H show class structure in FIG.

Ctrl + Q Show Comments document

Alt + F1 to find the code location

Alt + 1 Project panel quickly open or hidden

Ctrl + Alt + left / right to return to the position last visit

Alt + left / right switching code view

Alt + Up / Down between rapid traverse positioning method

Ctrl + Shift + Up / Down codes up / down movement.

F2 or Shift + F2 to quickly locate the highlighted errors or warnings

After the code labels entered, press Tab, the generated code.

Select the text, press Ctrl + Shift + F7, highlight all the text, press Esc to highlight disappear.

Ctrl + W to select the code, there will be other effects of continuous press

Select the text, press Alt + F3, down one by one to find the same text, and highlight.

Ctrl + Up / Down cursor jumps to the first or last row

Ctrl + B or class quickly open at Cursor

Intellij IDEA most commonly used shortcuts

1.Ctrl + E, you can display a list of recently edited files

2.Shift + Click can close the file

Beginning of the end 3.Ctrl + [or] to skip to the braces

4.Ctrl + Shift + Backspace to jump to the last place editing

5.Ctrl + F12, you can display the structure of the current file

6.Ctrl + F7 to query the current element referenced in the current file, and then press F3 to choose

7.Ctrl + N, can quickly open the class

8.Ctrl + Shift + N, you can quickly open the file

9.Alt + Q can see the current method statement

10.Ctrl + W can select a word and then turn the function statement followed the line

11.Alt + F1 can be edited element being positioned in the various panel

12.Ctrl + P, the parameter information may be displayed

13.Ctrl + Shift + Insert can select and insert the clipboard contents

14.Alt + Insert can generate the constructor / Getter / Setter etc.

15.Ctrl + Alt + V variables can be introduced. For example, the SQL in parentheses assigned to a variable

16.Ctrl + Alt + T code can in one package, e.g. try / catch

17.Alt + Up and Alt + Down methods can move quickly between

Guess you like

Origin blog.csdn.net/qq_34721292/article/details/90726463