Summary
VS contains a set of tools and windows that can help us a lot while we are developing our projects, as well as extensions that we can install to exploit the power of Copilot in our hands.
We have seen how CodeLens can help us find references and relationships, both through code and visually. Likewise, we studied the Class View window, which helps us examine class members in projects. We have also seen how IntelliCode is a new addition to the IDE, which, through AI, helps us write code quickly through various suggestions.
You have seen how GitHub Copilot can be a great ally when writing code, as it can save you many hours of development by recommending code that you can complete, as well as instructing you through comments to give you functional pieces of code. Finally, GitHub Copilot Chat is a wonderful feature that can answer almost anything—questions about general programming, the current code, and exceptions.
In Chapter 6, Using Tools for Frontend and Backend...