Skip to content

GitHubPang/Rossynt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rossynt

Build Version Downloads

Changelog | Architecture | Build

Rossynt - Roslyn syntax tree viewer for C#. Works on JetBrains Rider and all other IntelliJ IDEA-based IDEs.

System Requirements

These are all included if you have installed .NET SDK or Visual Studio.

Features

  • 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.

Settings

  • To configure the plugin, go to
    • Settings | Tools | Rossynt for Windows and Linux
    • Preferences | Tools | Rossynt for macOS

Installation

  • 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.