A collection of useful shortcuts for Android Studio. forked mainly from (https://gist.github.com/oginorasta/5743133)
A collection of useful shortcuts for Android Studio v 3.3.1 (Windows OS)
Function | Ctrl | Alt | Shift | Key |
---|---|---|---|---|
Generate/Insert dialog | X | Insert | ||
Surround codeblock with… | X | X | T | |
Context Menu (eg. Create Method, Change parameter etc) | X | Enter | ||
Show Highlight current file in projects window | X | F1, then 1 | ||
Duplicate Line | X | D | ||
Reformat Lines | X | X | L |
Model classes without the cluttered getter / setter / toString methods via simple @data annotations & more.
Butterknife made easy. Plugin for generating ButterKnife injections from selected layout XMLs in activities/fragments/adapters.