Categories
CSS HTML WordPress

Visual Studio Code Extensions

Below are some of the Visual Studio Code Extensions I use and recommend:

  • Live Server: automatically reloads browser when html or css files are saved
  • Rainbow Brackets: colors bracket pairs. Very useful in JavaScript
  • StyleLint: error checking for CSS
  • File Utils: adds file management functionality (duplicate, rename, move, etc)
  • VSCode-Random: generated random data.
  • CSS Navigation: for searching for classes. Very useful if you use SASS partials.
  • WordPress Snippets
  • Beautify: code formater
  • Prettier: code formater
  • SCSS Intellisense: autocompletion for SCSS
  • PHP Intellisense: autocompletion for PHP
  • IntelliSense for CSS Class Names in HTML: autocompletion for CSS
  • Path Intellisense: nice path autocompletion functionality
  • VSCode Icons: icons for file explorer
  • ESLint, with global install via NPM (  install -g eslint)
  • JSHint, with global install via NPM (npm install -g jshint)
  • HTMLHint: with global install via NPM (npm install -g htmlhint)
  • Emoji Snippets: what you’d expect…
  • Text Pastry: inserts ranges of numbers. Can be very useful.