Here are some additional shortcuts that you can use to select multiple text in Android
- This will create a new selection at the point where you click.
Shift+Alt+Click
- This will duplicate the selected text.
Alt+Shift+D
- here are some of the most useful Android Studio shortcut keys:
- Ctrl+E: Recent Files
- Ctrl+Shift+N: Navigate to File
- Ctrl+B: Go to Declaration
- Ctrl+G: Go to Line
- Ctrl+F: Find
- Ctrl+H: Replace
- Ctrl+D: Duplicate
- Ctrl+Y: Delete
- Ctrl+Q: Quick Documentation
- Ctrl+Space: Code completion
- Ctrl+Shift+Space: Smart code completion
- Alt+Insert: Generate Code
- Ctrl+Alt+T: Surround with…
- Ctrl+/: Comment/uncomment with line comment
- Ctrl+Shift+/: Comment/uncomment with block comment
- Ctrl+Alt+L: Reformat code
- Here are some additional shortcuts that you may find useful
- Ctrl+Alt+Shift+N: Navigate to Symbol
- Alt+F7: Find Usages
- Ctrl+Shift+B: Find Implementations
- F3: Find Next
- Shift+F3: Find Previous
- Ctrl+Alt+I: Implement methods
- Ctrl+O: Override methods
- Ctrl+Shift+Backspace: Jump to Last Edited Location