Skip to content

Instantly share code, notes, and snippets.

@phongvh
Last active July 6, 2018 08:38
Show Gist options
  • Save phongvh/ef97ecaf420a5446333e0670407bdffa to your computer and use it in GitHub Desktop.
Save phongvh/ef97ecaf420a5446333e0670407bdffa to your computer and use it in GitHub Desktop.

Visual Studio Using Guide

Settings (Cmd + ,)

{
"explorer.confirmDelete": false,
"editor.tabSize": 2,
"files.autoSave": "onFocusChange",
"editor.wordWrap": "on",
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "boundary",
"editor.renderControlCharacters": true
}

Extensions

  • Auto Close Tag
  • Auto Import
  • Auto Rename Tag
  • DotENV
  • ESLint
  • TODO Highlight

Shortcuts

Command + 2 => Separate into two views

Command + 1 => Switch between views

Shift + Option + F => Format document

Shift + Cmd + K => Delete line

Cmd + D => Select occurrence

Shift + Cmd + L or Cmd + F2 => Select all occurences

Cmd + K => Clear CLI screen

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