Changelog | Architecture | Build
Rossynt - Roslyn syntax tree viewer for C#. Works on JetBrains Rider and all other IntelliJ IDEA-based IDEs.
- ASP.NET Core Runtime (6.0 or 7.0)
- .NET CLI tool
These are all included if you have installed .NET SDK or Visual Studio.
- View syntax tree of C# files, including scratch files.
- View properties of each node.
- Highlight selected node in source code.
- Find corresponding node for selected text.
- Choose C# version for parsing source code.
- Support light theme and dark theme.
- To configure the plugin, go to
Settings | Tools | Rossynt
for Windows and LinuxPreferences | Tools | Rossynt
for macOS
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Rossynt" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template. Commits are cherry-picked from that repository from time to time, which explains why GitHub shows some authors as contributors even though they don't commit to this repository directly.