Ivan
Ivan

Reputation: 64207

Is there a way to highlight current column VisualStudio 2012 code editor?

I would like something like thin pale whole-window-long lines to be drawn at the cursor position both for vertical and horizontal position indication. Kind of like this:

enter image description here

There is already a horizontal line of a sort but no vertical one.

Do you happen to know a decent way to add this?

Upvotes: 2

Views: 1021

Answers (3)

Redu
Redu

Reputation: 26161

This was also something that i was looking for at VS Code since i was very much used to Atom's highlight-column extension.

There seems to be no dynamic vertical guides which follows the cursor except for this cursoruler extension. Not super cool but seems to work for me.

Upvotes: 1

ariestav
ariestav

Reputation: 2947

Have you taken a look at this extension.

Upvotes: 1

Xaruth
Xaruth

Reputation: 4104

You can use "Ident Guides" extension (http://visualstudiogallery.msdn.microsoft.com/e792686d-542b-474a-8c55-630980e72c30), I think.

Upvotes: 1

Related Questions