Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 682 Bytes

RiderAutocolor

About

This program modifies the JetBrains Rider solution configuration file (workspace.xml) to display each project of a different color.

Inspiration from Visual Studio's Custom Document Well extension.

Screenshot

Screenshot of the result

Usage

Normal usage :

dotnet run -- --sln "PATH_TO_SLN_FILE"

Whole directory usage :

dotnet run -- --directory "PATH_TO_DIRECTORY"

Show help :

dotnet run -- --help

Examples

dotnet run -- --sln "D:\GIT\Main.Library\Library.sln"
dotnet run -- --directory "D:\GIT\"