Android Studio
July 5, 2020

Android studio 4.x configuration

Settings

1) Disable line numbers

Switch to OFF

2) Disable tabs

Switch None placement to ON

3) Enable auto-scroll

Switch to ON

4) Enable Semantic Highlighting

Toggle checkbox

Plugins

Keymap

Double Shift, Ctrl+Space, Alt+Enter - our all

Ctrl+E - Recent files (Ctrl+Tab - quick version)

Example usage

Ctrl+P - Show params | Ctrl + Shift + P - Show data type

Example usage

Ctrl+Q - Quick documentation

Example usage

Ctrl+Shift+I - Quick definition

(Rebind keymap to Shift+Q)

Quick navigation

Keymap

Ctrl+F12 - Show structure

Example usage

Ctrl+Alt+F7 - Show usages

Example usage

Ctrl+Alt+Shift+T - Show refactor menu

(Rebind keymap to Ctrl+T)

Alt+ins - Generate menu

Example usage

Al+J -> J -> J -> etc... - Sequential selection with cursor positioning

Example usage