relativenumber icon indicating copy to clipboard operation
relativenumber copied to clipboard

Adds VIM Relative numbers to Visual Studio for use with VSVim

Results 10 relativenumber issues
Sort by recently updated
recently updated
newest added

Would be nice to have this in 2022.

VS crashes, and upon reopening, it reports `A previous session ended unexpectedly. Disabling the extension Relative Number 1.6.0 might help.`

VsVim now introduces its own relative line number. If you are seeing duplicate numbers please uninstall this extension and use the one built into VSVim. See [VSVim](https://github.com/VsVim/VsVim/issues/1909)

Is there is way to toggle between relative and absolute line number quickly? or we could see both the relative line numbers and the actual line numbers in the file...

Sticking `set number` into .vimrc (or any other config file read by VsVim) does not show relative numbers on startup. Manually executing `set number` works as expected.

I just navigated from a `services.AddDbContext` to `EntityFrameworkServiceCollectionExtensions.AddDbContext` (pressed F12) and got an exception. VS 2019 showed me it could be an exception. I guess it comes from your extension,...

It seems there is no way to switch to absolute line number except disabling this plugin which need to restart vs. Hope it can provide a shortcut to toggle relative/absolute...

VS2015 Pro Update 3 Relative Number v1.5.0 I thought it had to do with outlining, but I don't have solid reproducible scenario. Here are the exceptions: 659 2018/07/17 18:13:00.004 Error...

I just got the VS performance warning for this extension: ![performance warning in VS](https://user-images.githubusercontent.com/334958/40316917-30273a86-5cf6-11e8-9c12-44f9fea15caf.png) This happened right after the machine came out of hibernation. It could be a false positive,...

Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArgumentOutOfRangeException Stack: at System.ThrowHelper.ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) at System.Collections.Generic.List`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(Int32) at RelativeNumber.RelativeNumber.ApplyNumbers()...