Reputation: 64207
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:
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
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
Reputation: 4104
You can use "Ident Guides" extension (http://visualstudiogallery.msdn.microsoft.com/e792686d-542b-474a-8c55-630980e72c30), I think.
Upvotes: 1