Prettier: reformats your code so it is lined up well and looks “pretty”
ESLint: catches errors in javascript code
Live Server: Allows you to see your code live in the browser while editing it
ES7+ React/Redux/React-Native snippets: Allows you to use code words to create entire React templates without having to type the code out.
PHP Debug: Debugs your php code like ESLint above but
PHP Intelliphense: Allows automatic completion of your php code and gives you suggestions of common functions to choose from.
Tailwind CSS IntelliSense: Gives suggestions to help find Tailwind classes….hmmm, I need to find a bootstrap version of this 🙂
Vetur: allows dropdown snippets for Vue.js of common functions and names
WordPress Snippets: Gives suggestions to help find common wordpress functions