I might be an old fart (close to 20 years of Windows programming), but all I see is bloat. A compiler, a linker, a debugger. An editor with syntax highlighting, Ctrl-F and Ctrl-H. That's it, this is pretty much all that I ever use in VS. Even plausibly useful features like Intellisense and IDE macros end up being more of a hindrance than a help. What am I missing? What is there in the remaining 80% of VS that I am no…
Go to definition, Find all references, and variable rename are far superior to ctrl-f and ctrl-h because they operate on symbols rather than strings. When you highlight a variable and ctrl-f for it, you're going to find the 30 times the function is used (if it's even in the same file), whereas hitting f12 takes you right to the definition of it. Symbol renaming is much safer, since you don't have to worry about renam…
Visual Studio '11' Announced
121–130 of 196 posts
Re: Visual Studio '11' Announced
#122I'm sorry, but I use color to locate things. This, to me, is a disaster. If this isn't a problem for other people, fine, but it's a problem to me. A better solution would have been to use less color and desaturated tones rather than simply going to full on black and white, which serves only to rob the IDE of potential visual cues. This is like using a cannon to kill a bird. Just because they overcolorized VS2010 for…
Re: Visual Studio '11' Announced
#123I wonder whether that is ever going to change as people forget what floppys were or whether this will just be the canonical icon for save even far into the future when nobody will really know that the icon does indeed have its roots in a long forgotten real-world object.
Re: Visual Studio '11' Announced
#124Sure it looks all pretty, but have they made it faster and more reliable? VS2010 is just damn slow and falls over on me at least 2-3 times a day which is not acceptable. When you pay for 25 VS2010 premium licenses with MSDN on top of your gold partner allowance, you expect it to work.
VS2010 is just damn slow and falls over on me at least 2-3 times a day which is not acceptable. Non-aggressive suggestion: think you've got something screwy with your system, I've had VS Fall over on my 2-3 times in the last several years of heavy use. It doesn't have to be that unstable. Also, with an SSD and enough RAM, I don't feel like I'm ever waiting on VS anymore.
I was pretty happy with VS2008 until the other day, when I found that I can reliably crash it by opening a particular XML file. sigh
Re: Visual Studio '11' Announced
#125I just hope it crashes less and is faster than VS2010. Also, it looks like yet another release that neglects C++ users.
Re: Visual Studio '11' Announced
#126Developers beware: Visual C++ 11 cannot compile executables that work on Windows XP at all: https://connect.microsoft.com/VisualStudio/feedback/details/... C++ devs may want to skip this release and just go for Visual C++ 12 when it's out, since by then hopefully XP will be ignorable.
Well, our Windows builds may just have to move from 2005 to 2010 and plan to be stuck there for the forseeable future.
I was hoping I could use a C++11 compiler for Windows development someday. But it's probably more likely that I'll stop developing for Windows before my company's customers stop running XP.
Re: Visual Studio '11' Announced
#127Earlier quoted context omitted.
I'm afraid XP won't be ignorable for another 3 or 4 years at least.
According to: http://gs.statcounter.com/#os-ww-monthly-201101-201201 XP dropped 14% in the last year, and is now on 34%. So a really dumb calculation says about 2 and a half years if that keeps up, but I guess there will be a longer tail of die-hard users... hard to tell, since it's pretty unprecedented for a particular version of a major OS to be so popular for so long.
Re: Visual Studio '11' Announced
#128Still using a floppy disk to represent "save". Wondering when will this end...
But what would you replace it with that is equally easy to recognize?
http://www.ubuntu.com/tour/img/librewriter.jpg
Everyone should be able to relate to that, right? :-)
Re: Visual Studio '11' Announced
#129I'm sorry, but I use color to locate things. This, to me, is a disaster. If this isn't a problem for other people, fine, but it's a problem to me. A better solution would have been to use less color and desaturated tones rather than simply going to full on black and white, which serves only to rob the IDE of potential visual cues. This is like using a cannon to kill a bird. Just because they overcolorized VS2010 for…
Re: Visual Studio '11' Announced
#130Developers beware: Visual C++ 11 cannot compile executables that work on Windows XP at all: https://connect.microsoft.com/VisualStudio/feedback/details/... C++ devs may want to skip this release and just go for Visual C++ 12 when it's out, since by then hopefully XP will be ignorable.