vote up 50 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 163 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 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 70 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 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 -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 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 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 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 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 24 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 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 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 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 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 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 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 51 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 7 vote down

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

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

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

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|flag
2  
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 at 19:56
show 2 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 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 0 vote down

Extremely slow refactoring, lack of refactoring features, slow symbol search, constant recompiling due to terrible non-incremental compiler, lack of occurrence highlighting, the list goes on. Visual Studio has a lot of catching up to do, a sad state considering how it used to be the best. I actually miss Eclipse.

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

Output to OMF format so it can be used directly with digital mars tools which use OMF but visual studio uses COFF. I always use this tool because it is less buggy than digital mars's converter but if anyone knows how to output in OMF in MS visual studio please share your knowledge.

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

The weenies.

link|flag
show 1 more comment
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.