I found this project, a structured editor , representing a prototype of experimental structured code.
I like this idea and want it in Visual Studio, what options do I have?
This material can be done with Visual Studio extensions. As far as I know, there is no Visual Studio extension that does exactly what you want, but the Indentation is similar.
the source code for the indent guides is available , so if you are so inclined, you can change this to display gradients instead of lines.
Source: https://habr.com/ru/post/1380366/More articles:How long does Mobile Safari remember I allowed to use my geolocation? - html5Removing javascript codes while parsing a web page - htmlAutomatically sort functions alphabetically in C ++ code - c ++How to use LINQ to find out if any value in a ResultPropertyCollection contains a specific substring? - c #Android may use the wrong layout file for unidirectional actions - androidHow is the stack allocated for a process in Linux - cjpa: how to use different databases with relationships between them - jpaMvc3 validation function to run after validation is complete - asp.net-mvc-3Find and replace a specific row in a column - sqlIs a deadlock possible when locking a single global object in an ASP.NET MVC application? - c #All Articles