These can help you write better code, increase productivity, and make coding less frustrating.
– Prettier
– ESLint
– Better Comments
– Code Spell Checker
– GitLens
Prettier is a code formatter that helps you maintain consistent code formatting across multiple developers and codebases
ESLint is a popular linting tool that helps you catch coding errors and maintain code quality.
The Better Comments extension is a great tool that can help you write more informative and readable comments in your code
Code Spell Checker is a VS Code extension that helps you catch spelling errors in code comments, strings, and documentation
GitLens is a powerful extension that helps you visualize and understand your Git repository