Created
September 30, 2016 20:40
-
-
Save ClaudiuCreanga/469319fe7c6ec1fd0243ed1abcd95c02 to your computer and use it in GitHub Desktop.
jetbrains shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmd shift fn f12 ----- hides everythings | |
cmd N ----- create file / class / directory | |
double shift ----- search everywhere | |
cmd O ----- go to a particular file / class /index. i.e Class.index or Class:41 for lines | |
Shift Cmd N ----- scratch files | |
shift cmd A ----- search for action | |
shift cmd -> ----- resize windows | |
ald shift up ----- move text up / down | |
shift cmd V ----- show clipboard | |
alt shift click ----- multiple cursors | |
ctrl cmd G ----- select all sasme words and change them | |
ctrl alt I ----- fix indentation on selection | |
ctrl shift space ----- smart completition | |
cmd P ----- parameter info | |
cmd alt T ----- surrount with if/else/try | |
cmd j ----- insert template | |
cmd up ----- invoc navigation bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment