cmd + shift + a- find actionshift + ESC- close window
cmd + o- find classcmd + shift + o- find filecmd + alt + o- find symbol (method)shift + shift- find everywherecmd + shift + f- find in file (from project view)cmd + shift + r- replace in file (from project view)ctrl|cmd + f- find in filectrl + h- replace in filecmd + g- go to linealt + F7- show usages in windowcmd + LMB- show usages at caret
alt + F1- show file in project viewESC- focus back to file from project viewcmd + ↓|LMB- go to declarationcmd + e- recent filesctrl + q- go to last changealt + ↑/↓- go to previous/last occurrence
ctrl + alt + ↑/↓- clone caret above/belowctrl + g- clone caret by occurrencecmd + shift + ↓- clone line bellow (or copy marked text)alt + shift + ↑/↓- move line up/downcmd + backspace- remove linecmd + shift + ↑- move code block up
alt + space- show definitionctrl + space- code completionalt + enter- show intention actionscmd + shift + x- open command toolshift + F12- open terminal
cmd + n- shows generation optionsctrl + o- override parent method(s)cmd + j- insert live template
ctrl + r- refactor this (or rename file in project view)ctrl + t- introduce variable/method/...F5- copy class/constant/...F6- move class/constant/...