vote up 51 vote down star
33

I love Visual Studio about 90% of the time, but that last 10% it is such a PITA it makes me want to launch my monitor off the desk.

My latest annoyances:

  • It won't remember my toolbar settings. I don't want any toolbars, ever. Quit popping open the CSS editor or XML editor or text editor everytime I open a file.
  • Doesn't remember which regions I had expanded or collapsed and as far as I know there is no way to tell it to always open files with the regions expanded.
  • When editing CSS or HTML the damn error list wants to pop up each time I start a tag and haven't finished it yet. First of all, don't pop up at all. And if you're going to ... give me a couple seconds to finish what I'm doing.

The best part ... ReSharper :)

EDIT [Jay Bazuzi]: It seems like this discussion is only productive if it's focused on the latest released version. Set the title to VS2008.

flag
1  
* Toolbar settings is saved with last closed instance of visual studio. – TcKs Nov 15 '08 at 22:28
show 6 more comments

106 Answers

1 2 3 4 next
vote up 164 vote down check

No multimonitor support...

link|flag
11  
I think this deserves the question what should an IDE do to support multimonitors? Isn't placing the tool windows to the second monitor enough? What else? – utku_karatas Nov 16 '08 at 15:49
16  
Main issue is that the tool windows on the second screen will always gain focus when the primary window gain focus. Meaning, it's pretty useless when you want VS and another program (like a browser) open at the same time. – jishi Nov 16 '08 at 15:53
2  
My debug windows (call stack, watch, etc) when on my second screen often crash as I enter or exit debug mode in VS2008. +1!! – Aardvark Feb 27 at 20:10
2  
MS issued a hotfix for the crash I mentioned. The crash reporting in VS actually sent me to a web site w/ the fix. AWESOME! – Aardvark Jun 2 at 18:51
14  
WHAT??!!! You are all crazy. If your monitors are setup as one desktop, just have VS maximized across both screens. Then, click on a source file and select "New horizontal tab group". Fit each side to one screen. – scottm Jun 11 at 19:53
show 11 more comments
vote up 0 vote down
  1. Can't put two source codes window from two projects side by side if I don't open one from the other instance of VS or create a solution file containing the two projects. If I put two VS window side by side, then tool bar button area, menu areas take too much space.

  2. Can't copy files in a project when the project is opened with VS. Some files are locked and can't be copied. This is weird. Copying is to "read". Why "read" is not possible?

link|flag
vote up 2 vote down

Single biggest annoyance, particularly given how easy it would be for MS to fix: the fact that there is no simple option to make compilations abort on the first project which contains errors.

Given how unresponsive the IDE becomes during a compilation, it's a real pain to have to attempt to switch to the output tab, in order to hit CTL-Break so that you can stop a compilation once you notice that you've got compile errors on a project.

I know that there are 'work-arounds' that IIRC, involve custom build steps etc., but for something so darn simple I shouldn't have to jump through PIA hoops in order to change the behavior to what I would argue should most likely be the default behavior.

Argh.

Having said that, there's a lot I do like about VS.

One more area that it must be said is problematic is the WPF designer support. As has been commented by others it's very buggy. For me this has been exacerbated by having a couple of more unusual system configuration items, and the difficulty finding information on hotfixes: I have had to install one hotfix to VS to solve 64bit windows issues, and have had to install Silverlight 2 tools for VS2008 SP1 - so that it's compatible with Blend 3 behaviors (even though I'm not using Silverlight!).

link|flag
vote up 0 vote down

When stopping the debugger, the computer hangs for up minutes at a time, while God Knows What is going on.

link|flag
vote up 1 vote down

When you have multiple instances open and change preferences, you have to be careful in what order you close all instances, or you loose the changes.

link|flag
vote up 0 vote down

Javascript debugging is forced on in Internet Explorer with no way to switch it off. Which results in all sorts of (anonymous) javascript blocks to flicker on and off as solution items.

link|flag
vote up 2 vote down

It lacks a "Reload all" command, when you use source control and make an update before shutting down visual studio. Then sometimes you have to click "Reload" almost as many times as how many projects you have. Or press ctrl-alt-del and kill VS (which is almost always faster)!

link|flag
vote up 0 vote down

A few times a year, "Find in Files" fails with the message : "No files were found to look in." The inexplicable solution is to press Ctrl+ScrLk . This occurs in VS 2008, and I think earlier versions.

link|flag
vote up 1 vote down

Most of my pet peeves have been mentioned already, but here's another one:

Visual Studio includes lots of great options for controlling Code Formatting, but all of those options are global (across all solutions). One thing I really miss from Eclipse is being able to define different Code Formatting for different projects. In particular, this is important when you're working on different projects with different teams, and each team has its own quirks in coding standards.

link|flag
vote up 0 vote down

When changing values on a control in designer mode, it takes forever to find the thing you want to change. To make this even more annoying when your doing WPF they have a easy search field on top of the properties window making finding what you wanna change simple.

link|flag
vote up 0 vote down

I hate the way that you can't remove items from the "Recent Projects" list without going into the registry, or moving/deleting the project. I make throwaway projects often, and it's annoying when they push your real projects off the bottom of the list.

link|flag
show 1 more comment
vote up 0 vote down

Lack of incremental compilation ala eclipse in the c# mode. I miss seeing the mistakes before compiling. Always hitting the compile button. It's become a muscle memory thing.

link|flag
show 1 more comment
vote up 0 vote down
  1. If any projects, which are under source control, get updated, VS keeps on popping up the dialog asking me whether I want to reload the project for each project. There is no option to reload automatically or a "Reload All" button in the dialog.

  2. IronPython is developed by Microsoft and there is practically zero support on Visual Studio. (Yes they do have something, but that is not under active development and is for an older version of IPy)

  3. Sometimes while debugging, if I do things like "Open Containing Folder" on a file, things just freeze.

  4. There is no direct way to manually edit project files -- I have to unload the project and then do an "Edit Project".

link|flag
vote up 2 vote down

alt text

This really pisses me off because it lacks Cancel and Retry buttons. All I need to do is fix the connectivity issue (LAN, Internet, VPN... whatever) and then hit Retry.

link|flag
show 1 more comment
vote up 0 vote down

"Could not load file or assembly xxxxxx" when the assembly is f**** right there!

link|flag
vote up 0 vote down

I find the VS IDE very unreliable. It stuffs up my resources. I add images to the tollbar (lots of them) and a few days later, they're all gone. The references are there but some how it manages to stuff it up and then I have to go and add all the images again, double-click on them all all over again and re-paste the code all over again. Worst IDE known to mankind.

link|flag
vote up 1 vote down

Creating new Projects and Solutions is a mess.

Various menu items lead to dead ends (e.g. 'Create Project from Existing Code"... but there is no option to create a web application).

Why can't we do File->New->Solution, save the solution where we want it, then add projects to it?

Files get auto saved all over the place and its never clear what is actually going on.

link|flag
vote up 1 vote down

The fact that the regular expression syntax in the Find/Replace dialog (used in the IDE itself) is different from the regular expression syntax used by the Regex class (used in programs you write).

link|flag
vote up 0 vote down

Being able to collapse/expand JavaScript code when editing wouldn`t have been that hard for Microsoft to implement, would it?

BTW, what JS editor offers VS integration and collapses/expand JavaScript?

Federico Caldas (TeamDotNet)

link|flag
vote up 0 vote down

An ability to quickly find and open files. In a solution with lots of projects it takes too much time to find and open the file you want. I know about Find bar + ">of Filename...", and this helps a lot, but still it takes too much time...

link|flag
vote up 1 vote down

Ctrl+W closes the current tab in almost every tabbed application I use ...except VS. grr

link|flag
show 3 more comments
vote up 0 vote down

That you cannot create an empty solution inside an existing folder. VS 2008 always creates a new folder whenever you create an empty solution.

link|flag
vote up 0 vote down

The fact that the icon colors are almost identical to Chrome, and they're right next to each other in my quicklaunch bar.

In other words, nothing that hasn't been mentioned yet.

link|flag
vote up 0 vote down

Not being able to add snippets for other languages than MS supported ones (for example, while using Intel's fortran compiler).

link|flag
show 1 more comment
vote up 0 vote down

The folks over at Coding Horror gave an example of a Visual Studio macro for collapsing to definitions but expanding macros. The following was given by Kyralessa in a comment:

Sub CollapseToDefinitionsButExpandAllRegions()
  DTE.ExecuteCommand("Edit.CollapsetoDefinitions")
  DTE.SuppressUI = True
  Dim objSelection As TextSelection = DTE.ActiveDocument.Selection
  objSelection.StartOfDocument()
  Do While objSelection.FindText("#region", vsFindOptions.vsFindOptionsMatchInHiddenText)
  Loop
  objSelection.StartOfDocument()
  DTE.SuppressUI = False
End Sub

This code works fine when you execute it as a regular macro, but I would prefer it to happen automatically when I open a document.

I tried taking this code and working it into an EnvironmentEvent, but without much luck. When I try debugging the macro, the debugger gets to the ExecuteCommand line and then does not return to the subroutine. It also doesn't collapse to definitions (Edit > Outlining > Collapse to Definitions). Here's my EnvironmentEvent subroutine, for anyone to poke at:

Public Sub documentEvents_DocumentOpened(ByVal Document As EnvDTE.Document) Handles DocumentEvents.DocumentOpened
    ' Thanks to http://www.codinghorror.com/blog/archives/001147.html
    Document.DTE.ExecuteCommand("Edit.CollapsetoDefinitions")
    'DTE.ExecuteCommand("Edit.CollapsetoDefinitions")
    DTE.SuppressUI = True
    Dim objSelection As TextSelection = DTE.ActiveDocument.Selection
    objSelection.StartOfDocument()
    Do While objSelection.FindText("#region", vsFindOptions.vsFindOptionsMatchInHiddenText)
    Loop
    objSelection.StartOfDocument()
    DTE.SuppressUI = False
End Sub

So beyond trying to offer some potentially useful region-expanding code, I'd also like to register that this is way too much pain to go through just to collapse methods but expand regions when opening a file. Really, VS? That can't just be a preference somewhere?

link|flag
show 2 more comments
vote up 5 vote down

The biggest annoyance is when you open a project that was built in another version of VS it has to convert. It should be able to open any project in read-only mode for browsing.

I also don't like how it implies you can never go back - you can if you edit the proj files. This should all be more transparent and simpler.

Second annoyance is when it tells you it is going to check files out of source control when opening a solution especially since I do not use source control through the IDE and often I'm looking at open source software for read-only.

link|flag
vote up 6 vote down

Overall, I think Visual Studio 2005 and 2008 are fantastic IDEs. But the one thing that gets me time and time again is accidentally dragging and dropping files in the Solution Explorer. Maybe I'm trying to work too quickly, but there really needs to be an "Undo file move" or something along those lines.

link|flag
1  
I've been bitten by this a few times. :o – 280Z28 Jul 31 at 5:35
show 1 more comment
vote up 0 vote down

I don't know if it's my biggest annoyance, but it really bugs me how many long-running operations are either modal or just cause the UI to lock up. Now I'm forced to use TFS which is a DOG, and causes lots of little glitches in UI responsiveness, but at least I understand why some of those need to prevent you from interacting for a bit.

I really don't understand why opening help need to tie up the IDE while Document Explorer takes what seems like hours to update for new content. Or why loading the available tests for a large project needs to lock up the whole IDE. There's a little progress bar on the Test View tab, which makes me think that they tried to make this more localized and just couldn't get it to work or something. I guess I need a faster machine or something.

But my biggest annoyance is TFS and it's remarkably painful integration. Not the little glitches I mention above, but the incredible, across the board, immense crappiness of this POS. I can't express in words how much I hate this thing.

link|flag
vote up 2 vote down
  1. Add reference dialog taking forever to load the first time round
  2. Unstable WPF designer (though applying the KB958017 hotfix does seem to improve this)
  3. Badly designed Unhandled Exception dialog. They put a help link where I would actually want to view the exception in greater detail.
link|flag
show 2 more comments
vote up 0 vote down

I've joined the dark side, but the Solution Explorer still burns my eyes.

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

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