When Roslyn is installed, it comes with some great demo tools. Firstly, the most valuable for those who want to study the syntax trees in more detail is the Visualizer Tool Window Syntax , which shows the syntax tree of active * .cs files.
Everything worked fine when I ran this extension and tried it in a test instance of Visual Studio. But when I installed this extension, it no longer works. I still have View -> Other Windows -> Roslyn Syntax Visualizer, but only an empty tool appears.
Does anyone have the same problem and know the solution?
I suggest that perhaps I need to copy the DLL files that this extension creates during the rebuild, but I donβt know where to put it.
Later I found another interesting detail - when I launch my own extension, the Syntax Visualizer Tool works! Thus, it only works in a test instance of Visual Studio. Why should this be so?
source share