Summary
Visual Studio has a marketplace with many extensions that we can access using the Visual Studio Manage Extensions option. We can find many extensions related to code snippets in the 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. Finally, 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.
In Chapter 15, Learning Keyboard Shortcuts, you will review the most important shortcuts included in Visual Studio by default. With this...