the best code editor...
Post created on: 3/16/2021
Like many developers, VSCode is my text editor of choice I thought I would share some of my favourite and most useful plugins:
-
bracket pair colorizer 2 - as the name suggests shows matching brackets in colours
-
Color Highlight - highlights colours in your code
-
HTMLHint - highlights any stray or missing tags I've found this super useful for work when building emails
-
Live Server - quickly enable a local server
-
markdownlint - I write in markdown a lot this helps to keep everything consistent and points out common errors e.g. going from # (h1) to ### (h3)
-
Markdown Preview Enhanced - this pairs well with linter enabling you to see as you are writing in vscode
-
Material Icon Theme - adds material design icons to vscode
-
Settings Sync - sync your settings between different devices
-
Vetur - vue tooling for vscode
-
Tailwind CSS Intellisense - I've used tailwindcss in a few projects and have found this super useful
-
JavaScript (ES6) code snippets - a series of ES6 snippets which I should use more