You can download the latest version of this extension on the Visual Studio Marketplace. Screenshots of the extension can be found in this folder or on the extension page linked above.
The aim of this extension is to make it easier to differentiate different levels of indentation in your source code. This is done by coloring the indentations in the source code.
This project has the following structure:
- src
- IndentRainbow.Extension <- VSIX Extension
- IndentRainbow.Logic <- Core logic of extension
- tests
- IndentRainbow.Logic.Tests <- Unit tests for the core logic.
To build the project, you will need to install the Visual Studio 2022 and "Visual Studio extension development" features.
This project was inspired by this project/extension for VS Code: