Summary
In this chapter, we learned about the different tools that VS has for frontend and backend developers.
We learned how CSS3 snippets can help create cross-browser-compatible styles quickly. Likewise, we saw how hierarchical CSS indentation helps to keep styles readable. We also learned about the color picker, which can help will selecting colors quickly, and we saw how IntelliSense is present when we need to edit CSS files. Finally, we saw how the image editor provides useful tools if we need to make basic edits to our images.
In the case of code analysis, we learned how code quality analysis can help us have safe and reliable code and how it helps us maintain a nomenclature, regardless of whether we are working individually or with a team of developers.
In Chapter 8, Publishing Projects, you will learn about the most common ways to publish projects on different platforms.