π‘PhpStorm
The Basics
Current
shift + shift- find all and everythingcmd + f- find filescmd + gorcmd + shift + g- find symbols accuracitycmd + a- find actionscmd + e- open recent filescmd + s- open file structure
cntr + cmd + shift + f- open recent filescntrl + shift + f- open filescntrl + h- go to previous splitter windowcntrl + l- go to next splitter windowcntrl + sorcmd + 3- open terminalopt + j- go to previous file in tabopt + k- go to the next file in tabcmd + /orcmd + shift + /- comment code
Customizations:
Cpap- copy absolute pathCpp- copy path
Git integration:
Gbl- git blameGnc- next changesGpc- previous changesGp- previous changes for line
Surround:
opt + cmd + t- surround codecmd + shift + d- unwrap/remove surrounde code
Tree:
cmd + shift + g- find symbols in foldercmd + shift + r- replace symbols in foldershift + 6- rename file/foldercntr + a- create a new file/folder
Refactoring:
cntr + shift + t- all of refactoringshift + 6- rename textcmd + opt + m- outline to functioncmd + opt + n- inline variablecmd + opt + v- outnline variable
LSP:
cmd + b- go inside of function or where it usedcmd + [- jump backcmd + ]- jump forwardshift + k- show quick documentationopt + enter- show solutions (for example import)
Tests:
cntr + opt + r- run testcntr + 4- open running console
Vim:
cntr + 6- switch between buffers filessp- split files horizontalvs- split files vertical
(Old) before neovim
cmd + ,- open settingscmd + -- Hidecmd + 1- open Projectscmd + 2- open Remote Hostcmd + 3- open Terminalcmd + =- Not hidecmd + b- go inside into methodcmd + f- find in filecmd + opt + m- outline to functioncmd + opt + n- create new branch from currentcmd + opt + n- inline variablecmd + up- structure of foldercmd + w- Close filecmd + y- file structureopt + j- go to previous file in tabopt + k- go to the next file in tabopt + p- find fileopt + shift + 1- toggle status barcntr + q- quit phpstormcntr + shift + g- start ssh sessioncntr + shift + n- Toggle number linescntr + shift + q- close current projectshift + shift- open finder to find all files and settings in phpstorm
To disable all new view of comments => Editor -> Reader Mode -> rendered documentation comments
Features
Last updated