Skip to content

Instantly share code, notes, and snippets.

@kesor
Last active August 23, 2017 07:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kesor/a42475dd4de62076f51ab687a557ef6a to your computer and use it in GitHub Desktop.
vscode extensions

Used

  • msjsdiag.debugger-for-chrome - for FE debugging
  • PeterJausovec.vscode-docker - syntax highlight for Dockerfile and docker-compose.yml with hub image name completion and lint
  • EditorConfig.editorconfig - set indent style&size, tab width, eol, final newline and trim whitespace properties in an .editorconfig
  • spoonscen.es6-mocha-snippets - before/after/describe/each/...
  • dbaeumer.vscode-eslint - ESLint. + Define a task in tasks.json as described in the documentation of the plugin
  • flowtype.flow-for-vscode - syntax color highlight for JavaScript ES6/ES7
  • donjayamanne.githistory - git history graph in vscode
  • lukehoban.go - maybe someday
  • spywhere.guides - better guides than the built-in ones
  • xabikos.javascriptsnippets - snippets for es6
  • christian-kohler.npm-intellisense - module name completion in import statements
  • christian-kohler.path-intellisense - autocomplete filenames
  • donjayamanne.python - Python language support
  • rebornix.ruby - ruby language support
  • glen-84.sass-lint - lint using sass-lint
  • shardulm94.trailing-spaces - highlight and remove trailing space
  • octref.vetur - vue.js support
  • vscodevim.vim - vim-like environment
  • robertohuertasm.vscode-icons - pretty icons for files in the explorer
  • hollowtree.vue-snippets - snippets for vue
  • WallabyJs.wallaby-vscode - for running tests
  • DotJoshJohnson.xml - for the rare xml
  • wayou.vscode-todo-highlight - highlight TODO/FIXME/etc...
  • kisstkondoros.vscode-codemetrics - compute complexity for JS code
  • mrmlnc.vscode-scss - completion for scss files
  • pflannery.vscode-versionlens - latest versions of packages in packages.json
  • stkb.rewrap - reformat comments to wrap into multiple lines
  • ms-vscode.azurecli - working with azure commands .azcli files
  • msazurermtools.azurerm-vscode-tools - support for Azure Resource Manager (ARM) templates
  • rogalmic.bash-debug - debug support for bash scripts
  • MS-DevSkim.vscode-devskim - detect security problems in code
  • codezombiech.gitignore - support .gitignore files

Not needed

  • dzannotti.vscode-babel-coloring - already provided by flowtype.flow-for-vscode
  • HookyQR.beautify - VS Code includes beautify internally. configure using javascript.format. and editor.formatOn* in settings.
  • aws-scripting-guy.cform - only works with JSON CloudFormation
  • formulahendry.code-runner - can always open a terminal with an interpreter
  • WallabyJs.quokka-vscode - implemented by Wallaby.js already
  • humao.rest-client - postman would be better
  • robinbentley.sass-indented - does not work with .scss
  • shyykoserhiy.sockscode-vscode - buggy and broken
  • formulahendry.terminal - superceeded by vscode own terminal
  • sandcastle.whitespace - already taken care of by editorconfig and trailing-spaces
  • streetsidesoftware.code-spell-checker - annoying spell checker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment