Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay while typing #10

Open
pmarsh opened this issue Mar 20, 2014 · 1 comment
Open

Delay while typing #10

pmarsh opened this issue Mar 20, 2014 · 1 comment

Comments

@pmarsh
Copy link

pmarsh commented Mar 20, 2014

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.

@japanjeff
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants