vote up 48 vote down star
31

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

prev 1 2 3 4
vote up 50 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
4  
VS2010 is really trying to address this. That's what the PR says, anyhow. – Greg D May 8 at 16:21
2  
There is no keyboard shortcut for switching between source and header files. – Piotr Dobrogost May 12 at 12:02
show 5 more comments
vote up 59 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
44  
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
3  
I'm a NetBeans fan myself (for Java). – cdmckay Jul 31 at 5:54
show 10 more comments
vote up 2 vote down

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|flag
show 1 more comment
vote up 0 vote down

When I saw/used Visual Studio 2008, I was not specially impressed with most stuff because of the reason that it was exposing the advancements in .NET technologies. As a developer I need tool that make my everyday work easy. Having worked with linux editors and mac editors that in no way do as much as visual studio does but I absolutely love using editors like Kate or TextMate or E which have absolutely awesome text editing features. I would personally like to have themes like Zenburn etc working out of the box. I would definitely like Microsoft to collaborate with experts at JetBrains or DevExpress and include it in VS instead of plugin. I saw PDC2008 presentation for VS2010 almost stopped my bitchin...

Peace!

link|flag
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
1  
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 2 vote down

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|flag
show 3 more comments
vote up 3 vote down

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|flag
show 1 more comment
vote up 23 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 0 vote down

That it sometimes causes access failures when building in parallell. Extremely annoying, since it causes our automatic build machine to fail randomly.

link|flag
show 2 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 15 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 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
vote up -1 vote down

My biggest annoyance is that it doesn't catch certain errors in C# unless you manually build or run a project that it catches in VB.NET at design time.

I've heard that this is fixed in VS 2008 SP1, but I'm stuck with VS 2005 at work.

link|flag
show 3 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 69 vote down

When IntelliSense stops working.

link|flag
6  
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 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
prev 1 2 3 4

Your Answer

Get an OpenID
or

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