vote up 52 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 166 vote down

The length of time the Help dialog takes to appear (locking up the IDE in the process)...

It is quicker for me to open Firefox, type what I'm after into Google, click on the relevant MSDN link, read my solution/search again and make a cup of tea, than it is for help to load.

link|flag
31  
I always cringe when I accidentally hit F1. It's worthless. – jcollum Jan 27 at 19:52
13  
Hitting F1 means ctrl+shift+esc for me here... It's faster to kill VS and load the whole thing again then to wait for help to open. Except if there are unsaved changes pending.. then I better go grab some coffee. – boris callens Mar 10 at 8:28
4  
+1 it's soooo slooow. And when it does open it normally opens a completely unrelated topic, or an "information not found" message. I now always leave a Firefox running and google everything. – demoncodemonkey Mar 10 at 8:39
5  
REMAP that damn shortcut! ^^ – Arnis L. Jun 26 at 18:08
8  
Everyone complaining about accidentally pressing the shortcut... Open Tools/Options, Keyboard, type "f1help", and change the shortcut from F1 to Alt+F1 or something. Problem solved! Now upvote this comment already, too few people know about this... – romkyns Oct 16 at 11:04
show 14 more comments
vote up 134 vote down

Why does it take forever to launch the Add Reference dialog for a project?

link|flag
2  
A cache with the references that is updated when requested would be a solution I guess. And a separate thread for the look up could be another. – Erik Hellström May 8 at 15:39
25  
Why the heck can't it default to the "Projects" tab? – Paul Suart May 8 at 15:39
1  
thedorko, I've requested that: connect.microsoft.com/VisualStudio/feedback/… They say they're not going to fix it in 2008, but if enough people complain, maybe they'll change their minds? – Kyralessa May 8 at 17:27
3  
tomlog, the issue isn't how often you have to do it; the issue is the way it destroys your flow every time you do it while you wait for the box to come up. – Kyralessa Aug 7 at 16:59
show 12 more comments
vote up 70 vote down

When IntelliSense stops working.

link|flag
7  
Once you go Visual Assist, you never go back. – Nailer Mar 10 at 8:21
18  
I usually find that when IntelliSense stops working, something in the code is not quite right. Correct that problem and IntelliSense is back. (Or was that in VS2005?) Anyway, I still treat IntelliSense "disappearing" as a reason to check the code for problems. – peSHIr Mar 10 at 9:45
1  
It happens in C++, aspx. Never seen it happen in VB/C#. – Mehrdad Afshari Jun 11 at 19:26
show 10 more comments
vote up 61 vote down

My biggest annoyance is that no one else can compete with it!

We need more choices for IDEs to promote ingenuity.

link|flag
13  
I'd argue that Eclipse is superior (for pure-Java apps). – Oliver N. Feb 27 at 20:10
5  
Tried eclipse a few times but it never won my heart. – boris callens Mar 10 at 8:30
46  
Eclipse yuck, sorry. – demoncodemonkey Mar 10 at 8:40
3  
A funny story here, and why I would give you all of my upvotes for this answer. I live in Seattle, and wear the Tux hat from thinkgeek.com all the time. But, I'm an MS dev for 10 years now. I wear that hat because without competition MS would never improve on their toolset to keep us all hooked developing for their platforms! Maybe its been working LOL. – Marc Jun 26 at 4:34
4  
I'm a NetBeans fan myself (for Java). – cdmckay Jul 31 at 5:54
show 10 more comments
vote up 58 vote down

I think the help system for Visual Studio is horribly, horribly broken. Between online and offline content, finding help on topic was much much better 10 years ago than it is now. Now, you often navigate a maze of help. There are likely many more help "pages", but it is so much more like being at the zoo.

Simplify! Make it work well! Is that too much to ask?

Related item: I know it is fixable, but I've had to correct this for other developers on my team: when other items are installed (SQL Server, for example), it can mess with the Visual Studio help system. It is correctable, but why so complicated? Just make it work.

link|flag
12  
Is there any way to hookup f1 to just googling the msdn site? – Martin Beckett Nov 17 '08 at 22:04
1  
"Is there any way to hookup f1 to just googling the msdn site?" In theory yes; try writing a macro and then assigning the F1 key to that macro. – Timwi Sep 12 at 15:49
show 2 more comments
vote up 52 vote down

Complete disregard for C++ support, which is basically the same as it was in VS 2005.

  1. Fragile intellisense.
  2. No refactoring support.
  3. No code-snippet support.
  4. broken build system.
link|flag
5  
VS2010 is really trying to address this. That's what the PR says, anyhow. – Greg D May 8 at 16:21
3  
There is no keyboard shortcut for switching between source and header files. – Piotr Dobrogost May 12 at 12:02
1  
VS2010 is addressing this, but at the cost of no intellisense at all for C++/CLI as I understand it. This is a disaster for us as we work with C++/CLI, and the intellisense - regardless of whether it's a bit rubbish - is still invaluable. – mackenir Sep 22 at 16:15
show 4 more comments
vote up 28 vote down

I actually used to think Visual Studio was awesome... until I used Eclipse for a few years. Now I really miss programming Java in Eclipse.

Things I DONT like:

  1. Clicking on a variable doesn't highlight all of its instances, like in Eclipse.
  2. VS doesn't fix errors as well as Eclipse. For example, often a build error will spit out a message saying exactly how to fix it, but there isn't a way for the editor to just do it for you. In eclipse, almost every error has the "!" icon next to the line that will give you options to fix it automatically.
  3. Would like an easy way to clean up the "using" section. I don't want every new class to include things like LINQ and System.Text. Would be nice to have a "remove unneeded usings" option.
  4. All the different project templates get confusing and don't have good descriptions. It is also hard to convert between them. For example, there are seperate project templates for a WCF standalone service, and an IIS hosted WCF service. Both build a .dll, but only one has a web.config set up for IIS. The initial template descriptions aren't clear on which does what.
  5. Code isn't compiled as I type to find errors. In Eclipse, errors are highlighted in realtime as you type. In VS, you have to build the project to get errors to show up,a nd sometimes build it again after fixing to get the error to go away. Hence I find myself pressing "F6" after every method I create to make sure its correct.

Things I DO like:

  1. Visual designer. Top notch!
  2. typing "DataTable dt = new " pops up the intelisence window right to "DataTable()". Eclipse doesn't even do that :)
  3. typing "myClass.SomeEvent += " pops up a "press tab to insert" box to create a default handler method for the event.
  4. Generally pretty stable. I don't have it crash or lock up very often.
  5. Integrated ASP.NET/SCF test web server, instead of deploying to fullblown IIS for every test run.
link|flag
3  
Which costs even more money. – Matt Nov 16 '08 at 6:00
12  
"Remove unused usings" is in VS2008. I use the "remove and sort" which is bound to Ctrl-Shift-U on my setup. I don't know if that's the default key though. – Jon Skeet Nov 16 '08 at 7:19
5  
For point 1 you can have a look at the [Rock Scroll AddIn][1]. For 3 check out the [Power Commands][2] [1]: microsoftdev.blogspot.com/2008/05/… [2]: code.msdn.microsoft.com/PowerCommands – mxp Nov 16 '08 at 17:11
1  
Don't like #5: Switch to VB.NET, Visual Studio compiles as you type for VB.NET :) And #4 - you can customize the project templates, no? – MarkJ Mar 14 at 21:53
6  
SP1 for VS2008 adds background compilation like you have in Eclipse. – JulianR May 10 at 15:13
show 11 more comments
vote up 27 vote down

If you don't want to pay for ReSharper, consider CodeRush Express for C#; it's free. It sounds like Microsoft did something to make that happen, but I don't know what.

link|flag
2  
It's nice, though I stopped using it due to some stability issues. :( – Greg D May 8 at 16:22
2  
Please bear in mind DevExpress has a full paid for version of CodeRush and RefactorPro which together are Similar to ReSharper and certainly fit better with Visual Studio GUI. They also have a full component suite highly recommend. – petebob796 May 29 at 8:17
show 2 more comments
vote up 26 vote down

The best part ... ReSharper :)

This is actually one of the big weaknesses of Visual Studio, I think. As far as I have read on SO, a lot of programmers do not want to code without ReSharper any more - the annoyance is that this addon seems to incorporate a lot of functionality which should actually be core components, and are core components in other IDEs.

Disclaimer: I have not used ReSharper, yet, but SO has several questions dealing with stuff like “How can I do Feature X from Eclipse/Netbeans/… in Visual Studio?”, which can quite often be answered with “Visual Studio cannot do this, get ReSharper”.

link|flag
2  
CodeRush Express is now an option, and it's free: msdn.microsoft.com/en-us/vcsharp/… – Jay Bazuzi Nov 15 '08 at 23:21
1  
That is cool, and I will surely try this at work the next week, but still, some important functionality is only available as an add-on and for an relatively expensive product such as VS, this is a bit sad. – hangy Nov 15 '08 at 23:38
1  
Well keep in mind that the company that made Resharper, JetBrains, introduced many new IDE features in IntelliJ IDEA years ago. – Min Nov 16 '08 at 15:51
vote up 19 vote down

When I'm doing WPF, it crashes constantly. Three or four crashes per hour of work.

link|flag
1  
and it's SLOWWWWWWW – Mehrdad Afshari Jun 11 at 19:30
show 5 more comments
vote up 16 vote down
  • It doesn't use the reasonably-standard Alt-LeftArrow and Alt-RightArrow for back/forward.
  • It doesn't automatically close "saved and not used for a while" tabs in the way that Eclipse does

Most of the rest of my annoyances are fixed by ReSharper, to be honest. (Things like Intellisense presenting overloads one line at a time, instead of in a multiline box.)

link|flag
3  
Resharper Resharper Resharper, bleh. Great for all you C# devs but not available for us poor old C++'ers :'( – demoncodemonkey Mar 10 at 8:47
2  
@demoncodemonkey Visual Assist X is a godsend for C++ies. Try the 30-day trial. – Ben Straub May 29 at 5:50
show 6 more comments
vote up 16 vote down

The lack of speed in the newer versions, I want my 6.0 speed back in the vs2008! :P

link|flag
1  
A while ago VS2010 was being touted as 'the new 6' for C++ development but from what I hear from testers this isn't the case. Sigh. – Rob Nov 15 '08 at 22:50
3  
I could never go back to 6. – Greg D May 8 at 16:23
3  
You know... I'll happily take a performance hit, if it means the C++ compiler properly handles templates and ships with a functional version of the STL. – Tom May 10 at 16:04
1  
I don't program for a fashion statement. I liked it because it was fast, not how it looked. It was very tolerable. – John T Jun 11 at 20:25
show 7 more comments
vote up 14 vote down

Windows Workflow Designer.

It's a crippled, one-legged, drunk, poisened, hippopotamus carrying fifteen elephants slow. It's an absolute dog. It's really the shining example of why shifting portions of VS from native code to managed code was just a silly idea.

link|flag
2  
Haha, I LOL'ed! (And it is true.) – Eyvind Mar 19 at 9:27
show 1 more comment
vote up 13 vote down

The performance is my main annoyance definitely.

Visual studio is the slowest desktop application I have.

link|flag
show 6 more comments
vote up 9 vote down

We have a solution with about 60 projects, one of which is a user controls library with 30+ controls in it. The toolbox goes mad when you open the project, or a form designer or various other common tasks. It means it can take minutes to open a form.
We recently had a problem, I compiled a release of a solution, published it, tested it and it was the previous version. Visual Studio refused to compile the new version, I had to delete the entire source tree form my working folder then re-get from source safe.
@Josh - Debug -> Exceptions - Yes, where'd it go!
It doesn't seem to be able to keep any of my tool windows or toolbars in the place I put them for more than 10 minutes. Even when I make sure I have only one instance open, get it all set up nice, close it. Re-open it everything is still fine. Open another instance to do something else and its all moved. Currently its think is to make my error list/output window that I normally have across the bottom just high enough to display the tabs and move the vertical split between them about 600px to the left.

link|flag
1  
Why on earth would a solution have 60 projects. That's beyond excessive. Maybe you should break those projects up in to functional units and reference the assemblies that are produced. – jcollum Jan 27 at 19:55
show 5 more comments
vote up 9 vote down

I don't remember the specific ones, but I've been annoyed by a number of dialogs with bad (or no) resize behavior, meaning that long lines of text get truncated and you've no way of seeing the pertinent information at the end. Seems amateurish.

Though on the whole it's a very nice IDE.

link|flag
vote up 9 vote down
  • Mobile tools got moved from Standard 2005 to Professional 2008. Irritating.
  • 2008: Unit testing (MSTS) built in, but code coverage is only in Team Suite? That's pants.
  • 2005 & 2008: Installing service pack 1 should not take an entire freaking day. (I realize this is more or less related to the idiocy that is the Windows Installer. But really, it'd be faster just give everyone a new ISO to download and have them uninstall the original and reinstall with SP1.)
  • 2005 & 2008: Opening a solution with > 15 projects? Go grab a sandwich.
  • 2005 & 2008: Sometime during the day, I bring up the "Record Macro" toolbar accidentally at least once. I'm still not quite sure what key combo I keep pressing to trigger this.

Despite all that, you can pry my copy of Visual Studio from my cold, dead hands.

link|flag
4  
Same here with "Record Macro". The trick is to embrace it and actually record a macro when it happens. Come on, you know you want a macro! – bzlm Mar 10 at 8:10
1  
HA! Jeej for spontanious macros :P – boris callens Mar 10 at 8:43
show 8 more comments
vote up 9 vote down

The price! (Coupled with the fact that for most development tasks, realistically I don't have any alternatives).

link|flag
2  
Are you aware of the free Express versions of VS? microsoft.com/Express – Dave R. Dec 15 '08 at 14:44
show 2 more comments
vote up 9 vote down

My biggest annoyance, is when intellisense pops up, and steals what I was trying to type.. That, and when intellisense decides to get in the way of what I was writing with a big window, and I have to click elsewhere to get it to leave me alone so I can see what I was writing.

link|flag
2  
Not sure if this will help you, but: Hold down Ctrl - the Intellisense window and some other tooltips will become partially transparent. – Thanatos Jun 9 at 0:58
show 3 more comments
vote up 8 vote down

If searching for text within a file that has regions, it's considered hidden text. One must STILL remember to check Find options->Search hidden text. Otherwise one will not find what they're looking for.

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

Creating a new file takes a ridiculous amount of mouse clicks.

link|flag
show 14 more comments
vote up 6 vote down

When you add a reference, the dialog box seems to take forever to load - like minutes - because it's loading up every bloody .net, com, whatever library it can think of.

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

There is no shortcut for switching between source and header files in C++.
That is just ridiculous...
C++ Builder has it from years (and QT Creator has this feature as well).

link|flag
show 1 more comment
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 5 vote down

I hate that VS2008 as well as the versions before do not get it managed to let the actual interface be usable, since it permanently locks up.

While building a project, it locks up, background compiling for intellisense works, but while actual compiling the code, it locks up the whole frontend.

Thats the most annoying thing with VS to me.

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

The time it takes to shutdown Visual studio. Even with small project it sometimes takes very long time, sometimes so long that I reside to force it with task manager. I can't figure out why, there is obviously a lot of disk activity but I can't figure out the reason to why it should save so much.

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 4 vote down

I don't know what causes it, but on occasions as I'm typing in an .aspx page the 'Error List' tab keeps jumping up and down like a f@cking jack russell terrier.

Otherwise I like it.

link|flag
vote up 4 vote down

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|flag
1  
On your first point: That's part of why I don't like touch pads. – RobH Dec 18 '08 at 23:33
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.