Summary
Visual Studio contains a set of tools and windows that can help us a lot while we are developing our projects.
We have seen how CodeLens can help us find references and relationships, both through code and visually. Likewise, we have studied the different code windows that help to examine class members in projects. Finally, we have seen how IntelliCode is a new addition to the IDE, which through artificial intelligence helps us to write code quickly through various suggestions.
In Chapter 8, Web Tools and Hot Reload, we will see several tools focused on web development for the development of web applications, and a new functionality included in Visual Studio 2022 that helps us to reload a web project after making a change.