문제

My Visual Studio 2010 beta 2 is fast for all tasks except for cursor key navigation. Inside the text editor if you hold one of your keyboard's arrow keys, it will move slowly across the code.

I already tried some optimizations but none of them worked.

I have installed 3 plugins which may contribute for the slowing:

  • AnkhSVN
  • VisualHG
  • IronPython Extensions for Visual Studio 2010
도움이 되었습니까?

해결책

We made a lot of improvements post Beta 2; other than waiting for the RC and RTM versions of Visual Studio 2010 to arrive, there isn't too much that you can do to make it faster. Turning off the outlining margin and line number margin will help, but you'd be trading off losing those features for the performance gain.

Brian Harry posted a few articles about some of the perf improvements, such as: Status update on post Beta 2 performance work.

I don't have any specific scrolling numbers handy, but scrolling speed in recent builds is on par or faster than Orcas in most scenarios (with the exception of page up/down, which is still slower in that it ends up not skipping as many paints as Orcas did).

다른 팁

When I first installed VS 2010, it was terribly slow.

I got a huge performance improvement by disabling hardware acceleration, as explained here: Visual Studio 2010 Beta 2 editor performance fix running on a virtual machine.

I had this problem and tried everything listed here and more. The problem turned out to be an extension, SourceLinks. I disabled it and everything was fine. In case anyone else has this problem, make sure to check Tools->Extension Manager... and try disabling things to see if that helps.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top