VS2012 SUCKS AND I CAN PROVE IT

Published May 07, 2014
Advertisement
I am thoroughly PISSED THE HELL OFF right now.


One of my favorite text editor options in old versions of Visual Studio was "Go to selection anchor after pressing escape." If you never experienced the blissful joy of this, here's what it did:

- Open some long code file
- Hold Shift
- Accidentally press PGUP instead of HOME, or PGDN instead of END
- Oh shit! Now my selection is all fucked and I lost my editing position!
- But wait, all we have to do is press ESC and we're right back where we were, like nothing happened!


This is FUCKING BEAUTIFUL for someone who types fast and makes a lot of mistakes with hitting keys (like me) due to using a lot of different keyboards during the course of a given work week.


SOME STUPID BRAINLESS FUCK HOLE AT MICROSOFT EXCISED THIS FEATURE FROM VS2010 AND IT HAS NOT COME BACK.


I didn't realize how much I missed it until I made the same mistake four times in a row today. In a fit of anger I started looking for ways to force the option to activate.

Here's the fucking stupid part. Look in the Visual Studio infrastructure documentation for a property called GoToAnchorAfterEscape. This property EXISTS in 2012 and is DOCUMENTED. (For the irony of this, look up the docs on Google or whatever. I'll wait.)


Want to know something even more fucking retarded?

If you modify your .vssettings file to set this to True, or try and import another .vssettings file with this property set to True, or generally make any attempt whatsoever to set this to True, VISUAL STUDIO FUCKING ERASES YOUR SETTINGS ENTIRELY. Doesn't error, doesn't quietly fail, IT FUCKING DESTROYS ALL OF YOUR PREFERENCES.


Considering I live near Redmond, some stupid FUCK needs to watch his back for a while, because I swear to every deity ever invented that if I find out who made this decision I will feed him his own fucking testicles.
6 likes 8 comments

Comments

Endurion

I sense a certain bitterness in thy words.

No matter how small a feature, someone out there is relying on it :)

May 07, 2014 05:17 AM
3Ddreamer

Yeah, Microsoft isn't quite right recently in chopping good features in their software. It would be interesting to see what is happening behind the scenes in their corporate culture to allow these kinds of blunders, unless the features will reappear later for some unknown reason. It is very strange and disappointing to say the least.

May 07, 2014 06:31 AM
Aardvajk

We need the Bill Gates Review back. First Windows 8, now this!

May 07, 2014 12:11 PM
Telanor
Can't you just press the left/right arrow key to deselect and jump to the start/end of the selection respectively? Also I tried this in VS2012 and pressing ESC deselected it just as you described.
May 07, 2014 05:45 PM
ApochPiQ

Yeah, the arrow keys work, but they're not in my muscle memory yet. I still don't understand why the feature was neutered.

Pressing ESC [i]does[/i] deselect text, but it moves you to the wrong end of the selection, i.e. where the cursor stopped, not where selection began (the anchor point).

May 07, 2014 06:19 PM
Gaiiden

more angry Mike posts please LOL

May 08, 2014 12:43 AM
jpetrie

You want I should look into this for you? :D :D :D

May 08, 2014 04:13 PM
tnovelli

You've only scratched the surface of VS's failings. "Sucks" is an understatement. I did a demo build with VS2012 a couple months ago, after a few years of Linux bliss. I thought Linux was crappy, and in many ways it still is, but it's 1000% better than this BS.

May 18, 2014 03:41 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement