Shortcuts from PhpStorm to VSCode

If you had been using PhpStorm for a long time and started to use VSCode recently, you must feel uncomfortable with the new Keyboard shortcuts.

The easiest way to migrate shortcuts from your IDE to VSCode: File->Preferences->Migrate Keyboards shortcuts from…

If you want just update some commands manually

I prepared a cheat sheet of the most important commands I use every hour during my work time. Column Shortcuts contains keys I set by myself (it’s not original). I think 2 first columns will be most helpful for you, so you can find the name of shortcuts in each IDE easier and set the shortcuts you want.

PhpStormVSCodeShortcuts
Comment with line commentToggle Block CommentCtrl+Shift+Q
Last Edit LocationGo Back in Edit LocationsCtrl+Q
Delete LineDelete LineCtrl+E
Move Statement UpMove line UpCtrl+Shift+UpArrow
Move Statement DownMove line DownCtrl+Shift+DownArrow
Expand selectionExpand selectionCtrl+W
Duplicate line or selectionDuplicate SelectionCtrl+D
Go to line/ColumnGo to line/ColumnCtrl+G
Recent FilesView: Show All Editors By most Recently UsedCtrl+F10
Start new lineInsert line BelowShift+Enter

You might also like



Leave a Comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.