Skip to content

Instantly share code, notes, and snippets.

@towfiqpiash
Last active December 5, 2017 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save towfiqpiash/7f19b1aa8dc139f20365cd0087327a1d to your computer and use it in GitHub Desktop.
Save towfiqpiash/7f19b1aa8dc139f20365cd0087327a1d to your computer and use it in GitHub Desktop.
Microsoft Visual Code Shortcuts & Tips

Lesson 12 (Done)

Extensions

  1. Sublime Text Keymap
  2. Advanced New File (patbenatar)
  3. File utils
  4. PHP Intelephense
  5. Snippet creator
  6. Laravel Artisan
  7. Better PHPUnit
  8. PHP cs-fixer

Shortcuts (common)

  1. Browse any file: Ctrl+P
  2. Run command: Ctrl+Shift+P
  3. Open settings: Ctrl+,
  4. Find in files: Ctrl+Shift+F
  5. Close current window: Ctrl+W
  6. Toggle sidebar: Ctrl+B
  7. Open extension tab: Ctrl+Shift+X
  8. Open file explorer: Ctrl+Shift+E
  9. Search symbol in workspace: Ctrl+T #_ Change this keyboard shortcut to Ctrl+Shift+R
  10. Open terminal: Ctrl+~
  11. Source control: Ctrl+Shift+G
  12. Context menu shortcut: Go to show editor context menu shortcut setting and change shortcut to Alt+Enter

Shortcuts (For Extensions)

  1. Create new file: Ctrl+Alt+N
  2. Ctrl+Shift+Pand then write File for every file related operations
  3. Search symbol in file: Ctrl+Shift+O @_ Change this keyboard shortcut to Ctrl+R
  4. Add shorcuts for Better PHPUnit extension: Ctrl+T, Ctrl+Shift+T

User Setting (For me)

{
    "workbench.colorTheme": "Slime",
    "git.ignoreLegacyWarning": true,
    "workbench.statusBar.visible": false,
    "explorer.openEditors.visible": 0,
    "editor.minimap.enabled": false,
    "workbench.activityBar.visible": false,
    "editor.tabCompletion": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment