Reputation: 2183
I would like to add the lines that Notepad++ has that go from the opening tag to the closing tag to Microsoft Visual Studio.
I have searched all over and cant really find much on this so I thought I would take a shot here.
Upvotes: 3
Views: 88
Reputation: 4192
This VS Extension does what you want: Indent Guides Extension - Visual Studio Gallery
Adds vertical lines at each indent level.
...
Guides can be shown and customized for any language in Visual Studio.
It's also open sourced on CodePlex and can be customized if the behavior is not particularly to your liking.
Based on StackOverflow - Visual Studio 2013 Vertical Brace Lines, it appears that a form of this is native to the newest versions of Visual Studio. However, some users don't appear to be fond of its formatting. See @stevethethread's answer to that question for how to remove it if you don't like that formatting style.
Upvotes: 2