views:

465

answers:

2

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
+2  A: 

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.

Rubens Farias
The speed improved. But not enough for me.
Jader Dias
Speed is never enough =)
Rubens Farias
The navigation is still 4x times slower than in notepad.
Jader Dias
Now I realize that the Visual Studio starts to slow down after a while, then the best I can do is to restart it frequently
Jader Dias
Any difference on memory usage? btw, you sent me an email through my blog about WCF hosting, but I didn't have your email to answer back
Rubens Farias
+2  A: 

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).

Noah Richards
For those who don't know, Orcas is the Visual Studio 2008
Jader Dias
I would be glad to receive a copy of the limited beta edition =)
Jader Dias
@Jader Dias: can you send me your email address, either via email to my address at microsoft.com (my alias is NoahRic) or PM me on twitter (@noahsmark)? I'll see if someone can get you a newer build to try out.
Noah Richards
I sent you an email
Jader Dias
@Jader: I got it. You should get another email soon-ish.
Noah Richards