Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmoudelsayed7/android-studio-shortcuts
https://github.com/mahmoudelsayed7/android-studio-shortcuts
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahmoudelsayed7/android-studio-shortcuts
- Owner: MAHMOUDELSAYED7
- Created: 2024-07-29T19:00:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T19:13:50.000Z (5 months ago)
- Last Synced: 2025-01-01T05:44:03.372Z (6 days ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Studio Shortcuts
Are you looking to boost your productivity and streamline your workflow in Android Studio? This document is designed to help you master essential shortcuts that can save you time and make coding more efficient. Whether you're navigating through files, editing code, or managing version control, these shortcuts will enhance your development experience.
This README contains a list of essential Android Studio shortcuts for `Windows/Linux` and `macOS` to help streamline your development workflow.
Explore the shortcuts below to discover how you can work smarter, not harder. Familiarize yourself with these key combinations to become more proficient and reduce the time spent on repetitive tasks.## General
### Windows/Linux
- **Open Project**: `Ctrl + Open`
- **Close Project**: `Ctrl + Shift + F4`
- **Open Recent Project**: `Ctrl + Shift + Open`
- **Close Tab**: `Ctrl + F4` or `Ctrl + W`
- **Open Terminal**: `Alt + F12`
- **Search Everywhere**: `Shift` (press twice)
- **Open Recent Files**: `Ctrl + E`
- **Open Project Structure**: `Ctrl + Alt + Shift + S`
- **Open Settings/Preferences**: `Ctrl + Alt + S`
- **Toggle Full Screen**: `Ctrl + Shift + F11`### macOS
- **Open Project**: `Command + Open`
- **Close Project**: `Command + Shift + F4`
- **Open Recent Project**: `Command + Shift + Open`
- **Close Tab**: `Command + W`
- **Open Terminal**: `Option + F12`
- **Search Everywhere**: `Shift` (press twice)
- **Open Recent Files**: `Command + E`
- **Open Project Structure**: `Command + ;` (semicolon)
- **Open Settings/Preferences**: `Command + ,`
- **Toggle Full Screen**: `Control + Command + F`## Editing
### Windows/Linux
- **Reformat Code**: `Ctrl + Alt + L`
- **Optimize Imports**: `Ctrl + Alt + O`
- **Undo**: `Ctrl + Z`
- **Redo**: `Ctrl + Shift + Z`
- **Copy Line Above**: `Ctrl + Shift + Up`
- **Copy Line Below**: `Ctrl + Shift + Down`
- **Delete Line**: `Ctrl + Y`
- **Surround with...**: `Ctrl + Alt + T`
- **Expand Selection**: `Ctrl + W`
- **Shrink Selection**: `Ctrl + Shift + W`
- **Select All**: `Ctrl + A`
- **Find**: `Ctrl + F`
- **Replace**: `Ctrl + R`
- **Show Intention Actions**: `Alt + Enter`
- **Duplicate Line**: `Ctrl + D`
- **Move Line Up**: `Alt + Shift + Up`
- **Move Line Down**: `Alt + Shift + Down`
- **Live Template**: `Ctrl + J`### macOS
- **Reformat Code**: `Option + Command + L`
- **Optimize Imports**: `Control + Option + O`
- **Undo**: `Command + Z`
- **Redo**: `Command + Shift + Z`
- **Copy Line Above**: `Option + Shift + Up`
- **Copy Line Below**: `Option + Shift + Down`
- **Delete Line**: `Command + Backspace`
- **Surround with...**: `Option + Command + T`
- **Expand Selection**: `Command + W`
- **Shrink Selection**: `Command + Shift + W`
- **Select All**: `Command + A`
- **Find**: `Command + F`
- **Replace**: `Command + R`
- **Show Intention Actions**: `Option + Enter`
- **Duplicate Line**: `Command + D`
- **Move Line Up**: `Option + Shift + Up`
- **Move Line Down**: `Option + Shift + Down`
- **Live Template**: `Command + J`## Navigation
### Windows/Linux
- **Go to Class**: `Ctrl + N`
- **Go to File**: `Ctrl + Shift + N`
- **Go to Symbol**: `Ctrl + Alt + Shift + N`
- **Navigate to Next Error**: `F2`
- **Navigate to Previous Error**: `Shift + F2`
- **Find in Files**: `Ctrl + Shift + F`
- **Find Action**: `Ctrl + Shift + A`
- **Go to Line**: `Ctrl + G`
- **Navigate Back**: `Ctrl + Alt + Left`
- **Navigate Forward**: `Ctrl + Alt + Right`
- **Show Navigation Bar**: `Alt + Home`
- **Show File Structure**: `Ctrl + F12`
- **Go to Declaration**: `Ctrl + B` or `Ctrl + Click`
- **Go to Implementation**: `Ctrl + Alt + B`
- **Open Recent Changes**: `Ctrl + Shift + V`### macOS
- **Go to Class**: `Command + O`
- **Go to File**: `Command + Shift + O`
- **Go to Symbol**: `Command + Option + O`
- **Navigate to Next Error**: `F2`
- **Navigate to Previous Error**: `Shift + F2`
- **Find in Files**: `Command + Shift + F`
- **Find Action**: `Command + Shift + A`
- **Go to Line**: `Command + L`
- **Navigate Back**: `Command + Option + Left`
- **Navigate Forward**: `Command + Option + Right`
- **Show Navigation Bar**: `Command + Up`
- **Show File Structure**: `Command + F12`
- **Go to Declaration**: `Command + B` or `Command + Click`
- **Go to Implementation**: `Command + Option + B`
- **Open Recent Changes**: `Command + Shift + V`## Debugging
### Windows/Linux
- **Toggle Breakpoint**: `Ctrl + F8`
- **View Breakpoints**: `Ctrl + Shift + F8`
- **Evaluate Expression**: `Alt + F8`
- **Run to Cursor**: `Alt + F9`
- **Show Debug Tool Window**: `Alt + 5`### macOS
- **Toggle Breakpoint**: `Command + F8`
- **View Breakpoints**: `Command + Shift + F8`
- **Evaluate Expression**: `Option + F8`
- **Run to Cursor**: `Option + F9`
- **Show Debug Tool Window**: `Command + 5`## Refactoring
### Windows/Linux
- **Extract Method**: `Ctrl + Alt + M`
- **Extract Variable**: `Ctrl + Alt + V`
- **Extract Constant**: `Ctrl + Alt + C`
- **Extract Field**: `Ctrl + Alt + F`
- **Extract Parameter**: `Ctrl + Alt + P`
- **Inline**: `Ctrl + Alt + N`### macOS
- **Extract Method**: `Option + Command + M`
- **Extract Variable**: `Option + Command + V`
- **Extract Constant**: `Option + Command + C`
- **Extract Field**: `Option + Command + F`
- **Extract Parameter**: `Option + Command + P`
- **Inline**: `Option + Command + N`## Version Control
### Windows/Linux
- **Commit Changes**: `Ctrl + K`
- **Update Project**: `Ctrl + T`
- **Show VCS Operations Popup**: `Alt + Backtick` (`` ` ``)
- **View Changes**: `Alt + 9`
- **Push Commits**: `Ctrl + Shift + K`
- **Show Commit Dialog**: `Ctrl + K`
- **Revert Changes**: `Ctrl + Z`### macOS
- **Commit Changes**: `Command + K`
- **Update Project**: `Command + T`
- **Show VCS Operations Popup**: `Control + V`
- **View Changes**: `Command + 9`
- **Push Commits**: `Command + Shift + K`
- **Show Commit Dialog**: `Command + K`
- **Revert Changes**: `Command + Z`## Build and Run
### Windows/Linux
- **Build Project**: `Ctrl + F9`
- **Run**: `Shift + F10`
- **Debug**: `Shift + F9`
- **Rebuild Project**: `Ctrl + F9`
- **Build and Run**: `Shift + F10`### macOS
- **Build Project**: `Command + F9`
- **Run**: `Control + R`
- **Debug**: `Control + D`
- **Rebuild Project**: `Command + F9`
- **Build and Run**: `Control + R`## Tool Windows
### Windows/Linux
- **Project View**: `Alt + 1`
- **Structure View**: `Alt + 7`
- **Terminal**: `Alt + F12`
- **Run/Debug**: `Alt + 4`
- **Version Control**: `Alt + 9`### macOS
- **Project View**: `Command + 1`
- **Structure View**: `Command + 7`
- **Terminal**: `Control + Option + R`
- **Run/Debug**: `Command + 4`
- **Version Control**: `Command + 9`## Conclusion
We hope this list of Android Studio shortcuts helps streamline your development process and boosts your productivity. Mastering these shortcuts will make navigating and coding in Android Studio faster and more efficient.
If you have any questions or suggestions for additional shortcuts to include, feel free to open an issue or contribute to this document. Happy coding!
**Happy Coding!** 🚀
## Contact
For any questions or feedback, please reach out via email: [[email protected]]([email protected])