VSCode Recommended

VSCode Recommended

Table of contents

VSCode

VSCode: Extensions:

  1. Alerts

  2. Queries

  3. TODOs

  4. Highlight Matching Tag

  5. VS Code Great Icons

  6. Auto-close tag

  7. Better comments

  8. Stack Finder - The title is self-explanatory. This addon is designed to make finding answers on StackOverFlow and pasting them into your code as simple as possible

  9. Emoji Sense - If you're used to utilizing emoji while coding, this one will come in handy. I'd type:star for the emoji

  10. Bracket Pair Colorizer- This plugin will color them to match each other so you don't get confused about which bracket matches with which

  11. Color Highlight- We frequently forget what color a particular HEX code represents. This addon, on the other hand, is here to help

  12. Path Intellisense- This is an absolute savior. It allows you to use your computer to autocomplete file names and locations. Taking advantage of it to gain so much time

  13. Live Server- This is an absolute savior. It allows you to use your computer to autocomplete file names and locations. Taking advantage of it to gain so much time

  14. Prettier- Every time you save your code, it will be auto-formatted

  15. CSS Peek- will allow you to quickly inspect an HTML element's CSS property

  16. Colorize- will show you a sample of what the color code you select looks like

  17. Code spell checker- will notify you if you misspelled a code instruction or a variable name