Skip to content

Instantly share code, notes, and snippets.

@pulkitsinghal
Last active May 14, 2023 12:07
Show Gist options
  • Save pulkitsinghal/b6d4adb39a72e31fbed826811f0a73d4 to your computer and use it in GitHub Desktop.
Save pulkitsinghal/b6d4adb39a72e31fbed826811f0a73d4 to your computer and use it in GitHub Desktop.
mac: WebStorm to Visual Studio (VSCode) key mappings

key mappings, keybindings, keyboard shortcuts

https://github.com/Microsoft/vscode-tips-and-tricks

Command: workbench.action.quickOpen

WebStorm: cmd+o VSCode: cmd+e

Command: collapse/fold all code blocks

WebStorm: cmd shift - VSCode: fold level 1 cmd+K cmd+1 fold level 5 cmd+K cmd+5

Command: expand/unfold all code blocks

WebStorm: cmd shift + VSCode: Unfold All cmd+Shift+Alt+]

Command: Search Across Files

VSCode: ⇧⌘F or shift+command+F

Command: Find file by name

VSCode: ⌘p or command+p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment