Find All Links. I am won...">

Access Visual Studio "Find All Links" -API

In Visual Studio, you can search for links to each method by right-clicking> Find All Links.

I am wondering if I can access these Windows APIs. I want to analyze my decisions and projects. My goal is to implement an addon for VS, so that I can easily look for method references in other solutions / projects that reference a specific project and really use this method.

Maybe somewhere in the EnvDTE namespace?

+4
source share

Source: https://habr.com/ru/post/1394590/


All Articles