up vote 81 down vote favorite
42
share [g+] share [fb]

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.

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here.

More info: http://stackoverflow.com/faq

link|improve this question
2  
* Toolbar settings is saved with last closed instance of visual studio. – TcKs Nov 15 '08 at 22:28
show 7 more comments
feedback

closed as not constructive by Rob Hruska, Will Jul 12 '11 at 14:56

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

115 Answers

No intuitive way to "Refresh" the .dbml file when the underlying SQL tables/sproc are changed.

link|improve this answer
show 2 more comments
feedback

1 Performance.. Start-up, loading help (I'm not pressing F1, I'm not stupid).

Seriously, would use Excel if it had the start-up time of Visual Studio? It doesn't matter if i have a 80k or 8MB XLS file, it opens fast, saves fast and is generally a pleasure to use.

2 Inconsistent search options, find, find in files, etc. Pick one!

4 If you create a blank solution, then add a project to it, the project appears at the top of the hierarchy, even though it's not. If you add another project, the solution reappears at the top of the hierarchy, and then shows the two projects below it, so irritating. Most of us create solution folders to get around this annoyance.

5 Poor setup. Why is the only difference between complete and typical install the 64 bit compilers?

link|improve this answer
1  
or you could set the always show solution node option to on? – Pondidum May 29 '09 at 7:27
show 1 more comment
feedback

No locking on tool window postitions. I make a sub-mm slip with the touchpad and I have to remember how to redock all the controls.

Intellisense goto declration/definition always going to the declaration.

The broken help system. I'm in a C++ file in a c++ project, I only have c++ support installed, I press f1 on a 'printf' statement - and it shows me the help for foxpro or some random language.

The build system in general. But specifically after generating an error it continues for 5mins creating a browse info and debugger file.

link|improve this answer
1  
On your first point: That's part of why I don't like touch pads. – RobH Dec 18 '08 at 23:33
feedback

VS2008 SP1 caused more problems that it fixed for our team. I am trying to work with MS via Connect, but progress is slloooowwwwwww. 1) IDE disappears if you have a pane floated (Callstack, etc) and you stop debugging. Already in Connect and MS claims we must wait for VS2010. 2) Break points are not hit, or breaks on random x86 instructions in a C# project. We have a possible fix from MS 3) IDE disappers when editing cs proj props, and certain xaml files are open. MS escalated this to their dev team 4) Other cases where IDE disappears/dies

Our productivity dropped a lot after SP1. No s/w is perfect, not mine nor their's

link|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

I don't know if this is in the latest version, but in VS2005 it annoys me that Ctrl+W does not close the currently open file. Ctrl+F4 is a bit awkward.

It also seems to take ages to realize that I corrected a mistake. Particularly if I paste something, it leaves the blue underline across two words - it thinks the previous word is still there.

link|improve this answer
show 3 more comments
feedback

It's a bit clunky for most anything that isn't done it's way. If I have a pile of C code, to build it, I must create solution and project and mess with all that. Some sort of Ad-Hoc project (e.g. all C files in this dir) would be very nice.

link|improve this answer
show 1 more comment
feedback

Its truly and deeply CRAPPY integration with SourceSafe. If I'm in SourceSafe itself and I want to check out a branched version of a file, no problem. But if I'm in Visual Studio, it completely scrozzes the destination folder settings for the entire branch and then checks out the wrong version on top of it. I not only have to manually uncheck and fix the files, but I also have to shut down VS and SS and manually delete the incorrect ss.ini folder settings to prevent SS from continuing to use the wrong branch folders. I've completely given up on ever letting Visual Studio check anything in/out of any branch other than the central development line.

link|improve this answer
3  
I hope Microsoft spends exactly 0 time working on anything to do with SourceSafe. Let them spend their time making it easier for you to move off source safe. – Jay Bazuzi Nov 16 '08 at 16:13
1  
It's a sinking ship (SS) you should be planning your exit strategy. – jcollum Jan 27 '09 at 19:56
feedback

Solution Explorer visibly repaints itself too often; for instance, every time you double click in the main editor. Seen on Vista (I don't recall seeing that in Windows XP).

link|improve this answer
show 1 more comment
feedback

There was a really nice FTP interface for deploying web site projects in 2005. Now they replaced it with something much worse.

Edit: my new biggest annoyances are:

  1. Sometimes windows like the solution explorer forget that they are supposed to autohide, and you have to tack and untack them again to make them go away.

  2. One of the windows from the bottom, such as the Output or Error List pops up for no good reason, such as when I save a file, although thankfully it usually realizes it should hide and goes away after a second.

link|improve this answer
show 1 more comment
feedback

I would really like to be able to copy references from one project to another.

Especially since the add references dialog takes forever to load.

link|improve this answer
3  
PowerCommands has that, and lots of other juicy stuff code.msdn.microsoft.com/PowerCommands – Benjol Mar 10 '09 at 8:11
show 1 more comment
feedback

The big sleep ...

Loading projects (medium sized, up to 10 projects in a solution) it takes minutes to load the solution and display the files left open last time on a good equipped pc (4gb ram, dual core ~3ghz). And it's not just on one pc...

Anyone else has this phenomen?

link|improve this answer
show 3 more comments
feedback

You can't do a textual search in the toolbox, the properties window (in non-WPF projects) or the add references dialog.

link|improve this answer
feedback

The time it takes to upgrade VS 2008 to SP1!

It takes about 90 minutes on my machine.

link|improve this answer
2  
So you do this often? :) – Benjol Jul 31 '09 at 7:17
show 3 more comments
feedback
  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|improve this answer
show 2 more comments
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

No incremental build support. At all.

See Eclipse for how it should be done: Ctrl+S, and a second later I can run. Compare to VS 2008: save, and it just sits there. F5 and I have to wait 5 minutes (more, if Code Analysis is on) for it to finally cough up that class Foo does not implement method Bar from interface IFoo. Then I have to wait another 5 minutes for it to stop building the rest of the projects, because it DOES NOT stop building by default when it hits an error.

Microsoft did not realize that there is a huge difference between a build tool for a build server and a build tool in an IDE (batch vs interactive application).

link|improve this answer
show 2 more comments
feedback

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|improve this answer
show 1 more comment
feedback

My favorites:

  • No way to change compiler settings (such as "Treat warnings as error" -setting) for all projects in the Solution at once.
  • "Find all references" sometimes only searches from the compilation unit that the symbol is defined in, not from the whole project/Solution.
  • Project settings dialog is REALLY hairy and messy.
  • No search functionality in Options dialog (similar to Eclipse's Preferences search)
  • Key bindings are presented by some API names they map to, such as Edit.DoThis or Window.Something, instead of logical, descriptive names such as "Close Window", "Delete current line" (again, Eclipse has this one Right) Moreover, the list of commands/bindings is long as hell, but the window they're shown in, is only four lines and the dialog is of fixed-size.
  • Broken regular expression implementation (ill use of < and >, no support for word-boundary operator, messy :fubar constructs, etc.)
  • No move line/block up/down/whatever-direction in editor (except for "Transpose line", which only moves line down)
  • No semantic highlighting (This is REALLY annoying)
  • IntelliSense doesn't quite sense a thing when e.g. hovering the mouse cursor on some variable. It just shows something like "__unknown_type_something foo::bar" (at least for C code)
  • Lack of user defined types' highlighting (Stabbing/hard coding your own types into some usertypes.dat/whatever that is only loaded when the IDE starts doesn't count. These should be definable at least per-project basis or even better if IntelliSense was smart enough to parse them on-the-fly, as Eclipse does)
  • Syntax highlight should be configurable on per-language and per-perspective (editing/debugging/whatever) basis. When I'm writing C or C++, I don't want to see HTML/SQL/whatnot items in the syntax items list. Debugger-specific items should also in a separate list.
  • Build output is full of crap, mostly, and the actual information, such as errors & warnings are buried deep under that. Syntax coloring (different colors for commands, errors & warnings etc.) and selection highlight are missing too.
  • No way to configure automagic indentation (like how case statements should be indented inside a switch block)
  • Match ranges are not highlighted in Search results (partial-line matches)
  • Ambiguous symbol resolving on "Goto definition": instead of asking every time, you only get asked once, and that's it.
link|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

I love the squiggly lines indicating I have a mistake, but when I fix it, can't it check my new code a little quicker? I often find myself watching, waiting for it to disappear...

lack of multi-monitor support is a bigger issue though.. Excel and Visual Studio both seem like apps from the dark ages with no ability to take advantage of several screens. Does anyone code on a single screen anymore?

Viewing resources could use some more organization and options. It is like going to a folder and being forced to view all the files with only a single 'view'...

link|improve this answer
show 2 more comments
feedback

Crashes are the biggest pain... it just breaks your flow of thoughts and decreases productivity way too much.

link|improve this answer
show 1 more comment
feedback

In Visual Web Developer / Design View

Sometimes clicking a control and changing its properties does not work: The Properties window becomes "out of sync", still linked to the previously-selected-control.

Switching to Source view then back to Design view solves this, but is an annoyance.

link|improve this answer
feedback

UI designer is targeted for C# and VB and not C++.
All code it generates for given form is put in a single file without separation on header and source files.
C++ Builder has this for years...

I'm pissed off on M$ how they treat C++ and it's users; no respect at all.
I'm sure they will regret this. The sooner the better.

link|improve this answer
show 1 more comment
feedback

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

link|improve this answer
show 3 more comments
feedback

That you can't select the event handlers for controls from the code-behind for C#.

Also the fact that you have to be in design mode to even get the Event Handler options in the ascx or aspx for C#. Why can't that option just be available in source mode?

link|improve this answer
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

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