marcelwgn / IndentRainbow

Visual Studio extension for colorization of indent levels

Home Page:https://marketplace.visualstudio.com/items?itemName=chingucoding.IndentRainbow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndentRainbow

Visual Studio extension for colorization of indent levels.

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.

Summary

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.

Project structure

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 2017 and "Visual Studio extension development" features. Note that VS 2017 is needed to be able to compile the extension for Visual Studio versions before 2019.

Inspiration

This project was inspired by this project/extension for VS Code:

https://github.com/oderwat/vscode-indent-rainbow

About

Visual Studio extension for colorization of indent levels

https://marketplace.visualstudio.com/items?itemName=chingucoding.IndentRainbow

License:MIT License


Languages

Language:C# 100.0%