vote up 2 vote down star
2

With the general public release of Visual Studio 2010 Beta 2 today, this latest version has created a lot of hype and interest.

Indeed, the opinion I've gauged is that VS 2010 has resolved a great deal of the minor flaws left over from previous versions, as well as added some particularly useful new code editor and project development tools (in particular the Premium/Ultimate versions).

My question here is: what are you favourite new features in VS 2010 that have really got you excited? Or similarly, what are the flaws of VS 2008 that you are most glad to have resolved?

There is a wealth of changes in VS 2010, of course, but these are some of the ones that have interested me most (about which I know!).

  • Integrated support for F# (with multi-targeting for .NET 2.0 - 4.0)/
  • Much improved WPF designer. The VS 2008 was more than a bit buggy at times.
  • Great improvements to the code editor, such as call hierarchy viewing.
  • A decent add-in framework.
  • A greatly expanded testing framework (now capable of database testing, for example) in Premium/Ultimate.
  • Project planning and modelling features in Premium/Ultimate.

If I could request one point/feature per post, I think that would be best, so we could vote them individually.

flag

7 Answers

vote up 0 vote down

The built in profiler and historical debugger!

link|flag
vote up 0 vote down

Favorite feature? Requiring 4 gigs of RAM to run it's bloat.

link|flag
1  
You can enjoy developing in DOS to conserve your RAM, I'll make use of the improvements in computing speeds to make developing software easier. – vanja. Nov 13 at 2:27
Well said, vanja. Though unless you have a few dozen add-ins installed, VS is most likely not going to take more than 1GB at most. – Noldorin Nov 13 at 11:27
vote up 1 vote down

The 'Navigate To' window (Ctrl+,) is fantastic. Eclipse has something similar, and I've always thought Visual Studio needed it. Now if they would just add a 'Collapse All' button to the Solution Explorer...

link|flag
Lets see if this can compete with the Resharper GoTo... features – ollifant Oct 22 at 20:48
vote up 1 vote down

One-click web publishing will be handy.

link|flag
vote up 9 vote down

Visual Studio 2010's true Multi-Monitor Support sounds pretty fantastic.

link|flag
Ohh yeah, me too. That will be really nice. – Simon P Stevens Oct 21 at 13:24
Visual Studio 2008 already allows to put all the windows that are not source code outside the main window. And you can have as many 'source windows' groups as you want, to display several source files at the same time, albeit all inside the main window... – Xavier Nodet Oct 21 at 13:44
1  
@Xavier: yes, but those are tool style windows which can't be maximised, so they end up jumping around a bit and are a general pain. true multi monitor support would be nice. – Simon P Stevens Oct 21 at 13:53
It would be even better if those "out of the main window" windows could be docked next to eachother. I've 3 monitors and aranging all these windows is still a hassle... But it is a LOT better than 2008 though :) – Jeroen Landheer Oct 24 at 4:27
vote up 2 vote down

The new, clean web.config should make my managers happy.

"Just change the option in the web.config"
"Where is it?"
"Under 'AppSettings.'"
"Ugh ... there's so much junk in that file."

link|flag
Probably not my most desired feature, but it is undoubtedly a nice one. – Noldorin Oct 21 at 12:44
vote up 6 vote down

The feature I'm most looking forward to having a decent play with is actually more .net 4 than visual studio. Parallel Extensions looks like it will be very interesting.

link|flag
Ah yes, I almost forgot about that. I tried out the CTP, and it was superb to use. – Noldorin Oct 21 at 12:43
I had no idea this was part of .NET 4 -- this looks great! – Pandincus Oct 21 at 12:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.