RelativeLineNumbers icon indicating copy to clipboard operation
RelativeLineNumbers copied to clipboard

Delay while typing

Open pmarsh opened this issue 11 years ago • 1 comments

After doing some digging and trying other methods an issue I was experiencing with a delay in typing seems to be related to RelativeLineNumbers. Once disabled the delay was removed.

This is on a fresh install of VS 2013 with vsvim being the only other added extension on a simple MVC project with no source control.

Other attempted fixes included disabling the hardware acceleration.

pmarsh avatar Mar 20 '14 15:03 pmarsh

I'm experiencing a similar (the same?) issue where occasionally VS hangs. Are you experiencing a similar intermittent issue @pmarsh? Or is the delay consistent?

I'm running a more complex setup than described above, including VsVim and Resharper in VS 2010. Disabling RelativeLineNumbers stopped VS from hanging.

I attached dotTrace, but since the issue is intermittent, it's hard to capture the moment it happens. I see it spends a lot of time in DrawLineNumbers (54 calls taking 35 seconds total over the course of 4.5 minutes of run time), but that might just be the normal work required and not what's causing the issue.

japanjeff avatar Sep 15 '15 16:09 japanjeff