I'm pretty sure I know the answer to this one cause I've been searching everywhere, but if anyone knows he's probably on this site.
Is it possible to display line numbers that are relative to the cursor position in Visual Studio? The line where the cursor is would always be 0, the line above would be 1 as well as the line below, etc.
Perhaps there is an addin that can do that? Given that other addins like Rockscroll can modify the margins in the VS text editor.
Thanks!
For Visual Studio 2019 and vsvim users, Relative Number will now do the job.
Note that if you had regular line numbers in Visual Studio, this will show you 2 line numbers columns by default. You can disable VS default line numbers, and
:set number
and:set nonumber
will toggle the extension's column.