Summary
VS has a marketplace with many extensions that we can access using the VS Manage Extensions option. We can find many extensions related to code snippets in Visual Studio Marketplace and use HTML Snippet Pack to improve our productivity while coding in HTML files.
You now know how to use CodeMaid to clean up code and improve code quality in your projects. You can easily remove empty lines and white spaces and create a custom validation format for all the files in your project. You also learned how to install Web Compiler to compile and transform web files such as JavaScript files or libraries such as LESS and Sass into generic code that a browser can easily read. Then, you explored the Indent Guides extension, which shows us white and blank spaces in code to identify how to improve the format and structure of files.
You also learned how to optimize images using Image Optimizer, how to highlight messages in the Output window using VSColorOutput64, and how to easily manage...