6 VScode Extensions to boost your Code
Lets get to it then π
-
- Live server is useful to create local server of your file.
- It also gets updated automatically on save
- No more reloading the pages π€£
- Link π
-
- This extension automatically renames the tag on change
- good for working with html
- Link π
-
- Prettier is used to beautify the code, It supports variety of languages
- To format on save go to VScode
settings
then search and enableFormat on Save
- Link π
-
- EsLint is a JavaScript linter, It identifies problems in your JavaScipt code leading to less bugs
- To use EsLint one must have installed EsLint globally or locally, tho global install is recommended
- for global install run
npm install -g eslint
in your terminal - Link π
-
- TabNine is an AI Code Completions for All Languages and IDEs
- It indexes all your files and predicts what you may write
- Though still in infancy, it is worth a try
- Link π
-
- This extension allows matching brackets to be identified with colours.
- It saves time looking for the closing tag πΆ
- Saves from syntax typos
- Link π
Top comments (2)
Auto rename tag has still lots to improve, pretty buggy at complex code structures.. Same for Tabnine, as you already mentioned.. Other than that, solid list :)
I agree with you,
1οΈβ£ Auto Rename tag fail to work these days, Really hoping they fix it.
2οΈβ£ and Tabnine too needs lot to improve.
thank you for your feedbackπ