Skip to content

Instantly share code, notes, and snippets.

@DMeechan
Last active October 27, 2017 12:04
Show Gist options
  • Save DMeechan/36fa381c8addfd35db684ec590b8a818 to your computer and use it in GitHub Desktop.
Save DMeechan/36fa381c8addfd35db684ec590b8a818 to your computer and use it in GitHub Desktop.
My VS Code Extensions & Settings (Visual Studio Code)

The VS Code Extensions & Settings I Use

User interface (themes / icons)

  • vscode-icons (currently using)
  • Tomorrow Night Blue (currently using) (pre-installed with VS Code)
  • Dracula Official
  • Meteor Theme
  • Sapphire Theme
  • rocket-ui

Programming

  • Auto Close Tag
  • Babel ES6/ES7
  • Beutify
  • Code Outline
  • Code Runner
  • Debugger for Chrome
  • ESLint
  • Git Lens
  • heroku-cli
  • JavaScipt (ES6) code snippets
  • JavaScript snippet pack
  • Meteor
  • Meteor snippets
  • MeteorHelper
  • MongoDB
  • mongogo
  • Node Exdec
  • Node.js Extension Pack
  • Node.js Modules Intellisense
  • npm
  • npm Intellisense
  • Path Intellisense
  • Python
  • Reactjs code snippets
  • Search node_modules
  • Swift Language
  • SwiftLint
  • TSLint
  • WakaTime (need a WakaTime account)

Settings

{
    // disabled for retina display
    // "editor.fontSize": 13,
    "window.zoomLevel": 1,
    "workbench.iconTheme": "vscode-icons",
    "git.enableSmartCommit": true,
    "git.confirmSync": false,
    "workbench.colorTheme": "Tomorrow Night Blue",
    "editor.formatOnPaste": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment