| Ctrl-C | Copy |
| Ctrl-X | Cut |
| Ctrl-V | Paste |
| Ctrl-Z | Undo |
| Ctrl-Y | Redo |
| Ctrl-A | Select All |
| Ctrl-F | Launch Find Dialog |
| Ctrl-H | Launch Find / Replace Dialog |
| Ctrl-D | Duplicate Current Line |
| Ctrl-L | Delete Current Line |
| Ctrl-T | Switch the current line position with the previous line position |
| F3 | Find Next |
| Shft-F3 | Find Previous |
| Ctrl-Shft-F | Find in Files |
| Ctrl-F3 | Find (volatil) Next |
| Ctrl-Shft-F3 | Find (volatil) Previous |
| Ctrl-Shft-I | Incremental Search |
| Ctrl-S | Save File |
| Ctrl-Alt-S | Save As |
| Ctrl-Shft-S | Save All |
| Ctrl-O | Open File |
| Ctrl-N | New File |
| Ctrl-F2 | Toggle Bookmark |
| F2 | Go To Next Bookmark |
| Shft-F2 | Go To Previous Bookmark |
| Ctrl-G | Launch GoToLine Dialog |
| Ctrl-W | Close Current Document |
| Alt-Shft-Arrow keys or Alt + Left mouse click | Column Mode Select |
| F5 | Launch Run Dialog |
| Ctrl-Space | Launch CallTip ListBox |
| Alt-Space | Launch Word Completion ListBox |
| Tab (selection of several lines) | Insert Tabulation or Space (Indent) |
| Shft-Tab (selection of several lines) | Remove Tabulation or Space (outdent) |
| Ctrl-(Keypad-/Keypad+) or Ctrl + mouse wheel butto | Zoom in (+ or up) and Zoom out (- or down) |
| Ctrl-Keypad/ | Restore the original size from zoom |
| F11 | Toggle Full Screen Mode |
| Ctrl-Tab | Next Document |
| Ctrl-Shft-Tab | Previous Document |
| Ctrl-Shft-Up | Move Current Line Up |
| Ctrl-Shft-Down | Move Current Line Down |
| Ctrl-Alt-F | Collapse the Current Level |
| Ctrl-Alt-Shft-F | Uncollapse the Current Level |
| Alt-0 | Fold All |
| Alt-(1~8) | Collapse the Level (1~8) |
| Alt-Shft-0 | Unfold All |
| Alt-Shft-(1~8) | Uncollapse the Level (1~8) |
| Ctrl-BackSpace | Delete to start of word |
| Ctrl-Delete | Delete to end of word |
| Ctrl-Shft-BackSpace | Delete to start of line |
| Ctrl-Shft-Delete | Delete to end of line |
| Ctrl-U | Convert to lower case |
| Ctrl-Shft-U | Convert to UPPER CASE |
| Ctrl-B | Go to matching brace |
| Ctrl-Shft-R | Start to record /Stop recording the macro |
| Ctrl-Shft-P | Play recorded macro |
| Ctrl-Q | Block comment/uncomment |
| Ctrl-Shft-Q | Stream comment |
| Ctrl-Shft-T | Copy current line to clipboard |
| Ctrl-P | |
| Alt-F4 | Exit |
| Ctrl-I | Split Lines |
| Ctrl-J | Join Lines |
| Ctrl-Alt-R | Text Direction RTL |
| Ctrl-Alt-L | Text Direction LTR |
| F1 | About |
Showing posts with label Shortcuts. Show all posts
Showing posts with label Shortcuts. Show all posts
Monday, 28 November 2016
Tuesday, 13 January 2015
Android Studio Shortcuts - Needful
Go to class CTRL + N
Go to file CTRL + Shift + N
Navigate open tabs ALT + Left-Arrow; ALT + Right-Arrow
Look up recent files CTRL + E
Go to line CTRL + G
Navigate to last edit location CTRL + SHIFT + BACKSPACE
Go to declaration CTRL + B
Go to implementation CTRL + ALT + B
Go to source F4
Go to super Class CTRL + U
Show Call hierarchy CTRL + ALT + H
Search in path/project CTRL + SHIFT + F
Programming Shortcuts:-
Reformat code CTRL + ALT + L
Optimize imports CTRL + ALT + O
Code Completion CTRL + SPACE
Issue quick fix ALT + ENTER
Surround code block CTRL + ALT + T
Rename and Refractor Shift + F6
Line Comment or Uncomment CTRL + /
Block Comment or Uncomment CTRL + SHIFT + /
Go to previous/next method ALT + UP/DOWN
Show parameters for method CTRL + P
Quick documentation lookup CTRL + Q
Delete a line CTRL + Y
View declaration in layout CTRL + B
To find Usage of selected Text ALT + F7 or goto Edit -> Find -> Find Usages
To check unused res files in android studio - Control + Alt + Shift + i and type "Unused resources"