Common settings:1.Tab without 4 spaces
Code style->java->tabs and Indents->use tab character
Code style->general->use Tab Character (example: Version control diff Interface Press TAB)
2. Visualize tab and Space
Settings->ide settings->editor->appearance->show whitespaces
3. Display the number of lines of code
Settings->ide Settings->editor->appearance->show Line Numbers
4. Modify the Code font size
Settings->ide settings->editor->colors & Fonts->font->save as-> Change the font size after changing a name
5. Mouse Hover Display doc
Settings->ide Settings->editor->show Quick doc on mouse move
6. Blank Line tab and space are automatically killed
Settings->ide Settings->editor->other->strip trailing spaces on Save->none
///////////////////////////////////////////////////////////Gorgeous split-line//////////////////////////////////// ///////////////////////
Common shortcut keys:
First change to eclipse shortcut (and most of the shortcuts will match Eclipse)
Settings->ide Settings->keymap->keymaps Select Eclipse
1. Jump out of parentheses as quickly as eclipse
Keymap->editor Actions->complete Current Statement: The default is Ctrl+shift+enter;shift+enter no matter where the cursor is now, a new line is opened directly
2. Code hints list (content assist,alt+/in eclipse)
Keymap->main menu->code->completion->basic: Default is Ctrl+space
3. Bug fix Prompt list (quick fix,ctrl+1 in eclipse)
Keymap->other->show Intention Action: Default is Alt+enter
4. Quick Overried Method
Keymap->main menu->code->override Methods: You need to set yourself
Outline in 5.Eclipse
Keymap->main menu->navigate->file Structure: Default is CTRL+F3
6. Next and Prev of diff in version control
Keymap->other->move to the next difference: default is CTRL+F7
Keymap->other->move to the previous difference: default is Shift+f7
Common settings and shortcuts in Android Studio (private collection, eclipse turn as Must see)