The use of the computer must be a software is the Chinese input method, and most people now use sogou Pinyin Input method or other similar. And these input methods with IntelliJ idea has a vicious conflict eternal: shortcut key conflict. So to match IntelliJ idea, we're going to get rid of all the shortcut keys under these input methods.
Red circled the content, the default is the comma I changed the ESC key under the tilde, Ctrl + comma This shortcut is suitable for smart tips, the following shortcut key list will speak
Red circled content shows that these shortcuts can easily conflict with IntelliJ idea shortcut keys, which need to be removed
Red circled content Shows, QQ these shortcut keys also easily with IntelliJ idea shortcut key conflict, need to remove all, up to maintain a function can
Idectrl + SHIFT + F9:debug Run CTRL + SHIFT + F10: Run
Edit Ctrl + C: Copy Selection Ctrl + X: Cut Selection Ctrl + Y: Delete Row Ctrl + Z: Rewind Ctrl + Shift + Z: Forward Ctrl + ALT + L: Format Code CTRL + ALT + I: Automatically indent the selected code CTRL + ALT + O: optimizes imported classes and packages (removes useless imported packages) Alt + Insert: Get some intention Action, you can generate a constructor, Getter, Setter, will = = Programming equals () and so on CTRL + Enter: in the Light Insert a new row on the previous line of the cursor, and the pointer automatically moves to the newly inserted line SHIFT + Enter: Inserts a new line on the next line of the cursor, and the cursor automatically moves to the newly inserted row Ctrl + Alt + T: Place the selected code in try{}, if{}, else{} CTRL +/ : When line comment Ctrl + SHIFT +/: Block Comment Ctrl + SHIFT + Space: class, method, or property auto Complete CTRL + SHIFT + Enter: statement Complete CTRL + SHIFT + up/down key: code up/down one line CTRL + Shift + Backspace: You can jump to the last edit place ALT + up and ALT + down: You can quickly move Ctrl + Shift + V between methods: Shortcuts you can insert the most recently used Clipboard Content selection into text. The system pops up a dialog box with the contents of the clip, where you can select the part you want to paste Alt + Enter: Quick Fix Ctrl + J: Working with templatesCtrl + SPACE: Basic code completion, default on the Windows system by the input method, need to be modified, recommended to change to Ctrl + commaCtrl + P: Show method signature with the same name
File Ctrl +shift + C: The absolute path of the copied file, which folder in which the file is local, CTRL + Shift + ALT + C: Copy the class name, and the package name will be imported automatically
Find Ctrl + F: Find text in the current window Ctrl + R: Text Replace in current file Ctrl + Shift + F: Find text in the specified environment F3: Look down the position where the keyword appears Shift + F3: Find the location where the keyword appears ctrl + F3: Find the next finger Fixed string CTRL + N: Find class CTRL + SHIFT + N: Find file Ctrl + SHIFT + ALT + N: Find a method or variable in an item Ctrl + Q: The variable/class name/method name on the cursor, etc. (can also be pressed at the prompt to add), display the document Volume Quick Click two times shift: Fuzzy query information
Refactoring Ctrl + ALT + P: Change variables to method's parameters Shift + F6: Rename classes, properties, methods that appear everywhere
Structure CTRL + H: Show class Chart Ctrl + E: can display recently edited file list Ctrl + +: Unwind Code CTRL +-: Collapse Code CTRL + [: Move cursor to the current code's curly brace start position Ctrl +]: Move the cursor to the end of the curly brace where the current code is located
1> the cursor is positioned to the error code line, you can see the code error reason description,
2> Click the icon next to it, or use the shortcut key ALT + Enter, you can see the fix this problem prompt,
3>-Ctrl + Alt + T shortcut, select Custom Collapse code area feature
Android Studio shortcuts in general