Adds VIM's 'Relative number' to Visual Studio for use with VSVim.
This extension adds a line number column to the editor and is a drop in replacement for the built in line numbers column.
- Replaces the built-in line number column
- Supports all code/text views
- Supports word wrap preferences
- Displays and left aligns the current line number
- Uses the existing Visual Studio line number color scheme
- Download source, build, and run .vsix
- Or available on Visual Studio Gallery
- Run ":set number" or include in vimrc, to display the numberline column
- Run ":set nonumber" to hide the column
- This replaces the number line column, to return to default number layout, disable this extension