Skip to main content
GameDev.net gamedev.net
🔒 Locked

I need some help with Visual Studio Express 2012.

Started by MarkS_ Jan 11, 2013 at 3:39 AM 16 replies 3k views
Original Post
MarkS_
MarkS_

First and foremost, what forum should posts about IDEs/compilers go? Here or API and Tools?

This IDE is really getting me frustrated. The problem I am currently having (and I am sure there will be more) is with this very helpful (sarcasm) and incredibly annoying pop up that shows every time I try to type something. I don't know what this is and I am struggling to find how to turn it off. I might be able to find it in the options dialog if I knew what it was called, but there is little to no documentation supplied with the Express version. I guess I would call it "Auto Complete", but that isn't a listed option.

What on earth was Microsoft thinking? This is the worst interface design I have ever seen.

MarkS_
MarkS_

ARRGH!

Never mind. I found it immediately after posting this. My frustration level is rising with every passing moment. This is the second time that I found the answer after posting and the second time the answer was not where I would expect or called what I would expect.

Seriously, what were they thinking?

AdrianC
AdrianC

Umm, that's probably one of the most useful features in the IDE. Ok maybe not, but its super useful.

MarkS_
MarkS_
Umm, that's probably one of the most useful features in the IDE. Ok maybe not, but its super useful.

I don't doubt it is useful, but it is very distracting. I am in the middle of coding and fully concentrating when something pops up on screen. It causes me to stop what I'm doing. To make matters worse, it never stops. Just let me type.

tstrimp
tstrimp

Indeed, it is one of the most useful features. No memorizing class names and APIs. Why would you want to turn that off? Type 'fl' and press tab and it will autocomplete float for you. Major efficiency improvements, and you won't even notice it after a while.

MarkS_
MarkS_
Indeed, it is one of the most useful features. No memorizing class names and APIs. Why would you want to turn that off? Type 'fl' and press it will autocomplete float for you. Major efficiency improvements, and you won't even notice it after a while.

I want the IDE to give me the option and not assume that I want it, or, at the very least, make it clear where to turn it off. I am having to go through the options dialog in a hit or miss fashion to find these "features". It took me two days of Google searching to find out how to hack the themes to get it to something that didn't hurt my eyes. I didn't have these issues with 2010, but I don't want to go back. The new language features make the upgrade somewhat worth it. It is still an incredibly frustrating transition.

tstrimp
tstrimp

That must be C++ eh? The C# code completion is much less noisy.

MarkS_
MarkS_

Yes, C++.

tstrimp
tstrimp
Indeed, it is one of the most useful features. No memorizing class names and APIs. Why would you want to turn that off? Type 'fl' and press it will autocomplete float for you. Major efficiency improvements, and you won't even notice it after a while.

I want the IDE to give me the option and not assume that I want it, or, at the very least, make it clear where to turn it off. I am having to go through the options dialog in a hit or miss fashion to find these "features". It took me two days of Google searching to find out how to hack the themes to get it to something that didn't hurt my eyes. I didn't have these issues with 2010, but I don't want to go back. The new language features make the upgrade somewhat worth it. It is still an incredibly frustrating transition.

An IDE should make it's most useful features on by default and not default to notepad + compiler. You are by far in the minority for wanting to disable an autocomplete feature.

MarkS_
MarkS_
Indeed, it is one of the most useful features. No memorizing class names and APIs. Why would you want to turn that off? Type 'fl' and press it will autocomplete float for you. Major efficiency improvements, and you won't even notice it after a while.

I want the IDE to give me the option and not assume that I want it, or, at the very least, make it clear where to turn it off. I am having to go through the options dialog in a hit or miss fashion to find these "features". It took me two days of Google searching to find out how to hack the themes to get it to something that didn't hurt my eyes. I didn't have these issues with 2010, but I don't want to go back. The new language features make the upgrade somewhat worth it. It is still an incredibly frustrating transition.

An IDE should make it's most useful features on by default and not default to notepad + compiler.

OK, I can see the point of view. Still, they shouldn't make it so difficult to find the options. I think most of my issues are due to the fact that I cannot afford anything more than the Express version. If I had an extra $500, I'd buy the Professional version in a heartbeat! They really gimp the Express version.

tstrimp
tstrimp
OK, I can see the point of view. Still, they shouldn't make it so difficult to find the options. I think most of my issues are due to the fact that I cannot afford anything more than the Express version. If I had an extra $500, I'd buy the Professional version in a heartbeat! They really gimp the Express version.

Everything is available from tools -> options. If you're interested in the full versions, have you looked into DreamSpark or BizSpark? It doesn't take all that much to qualify for BizSpark and it will get you the Ultimate edition.

MarkS_
MarkS_
OK, I can see the point of view. Still, they shouldn't make it so difficult to find the options. I think most of my issues are due to the fact that I cannot afford anything more than the Express version. If I had an extra $500, I'd buy the Professional version in a heartbeat! They really gimp the Express version.

Everything is available from tools -> options. If you're interested in the full versions, have you looked into DreamSpark or BizSpark? It doesn't take all that much to qualify for BizSpark and it will get you the Ultimate edition.

Not everything is available in the Express edition, and I'm not just talking about interface issues. The Express version is severally restricted. Speaking of the interface issue, there are only two themes in the Express edition, light and dark. Both were causing me a great amount of eye strain. All of the other versions have a theme editor, but that is lacking in the Express version. Even the registry entries where the theme information would be stored is missing. Just to change the theme required an amazing amount of digging on Google.

I do this as a hobby. I seriously doubt that I would qualify for either of those two programs. I would have to stretch the truth to the point of breaking it and that just isn't me.

EWClay
EWClay
Auto-complete can be both annoying and useful, but it is also quite configurable. It's worth playing with the options.

I turn off the more aggressive completion options. That way it only provides a list of members when I need it and doesn't interrupt me while I am typing names and keywords.
MarkS_
MarkS_
Auto-complete can be both annoying and useful, but it is also quite configurable. It's worth playing with the options.

I turn off the more aggressive completion options. That way it only provides a list of members when I need it and doesn't interrupt me while I am typing names and keywords.

After much cajoling, I got it to work like it did in 2010. dry.png angry.png

Hodgman
Hodgman
It would be nice to share your method, in case another poor googler comes across this thread ;)
MarkS_
MarkS_
It would be nice to share your method, in case another poor googler comes across this thread ;)

Method to what? Finding the solution? That involved using logical guesses in the Options dialog and much trial and error. There is little to no documentation with the Express versions, so I really do not know what it is that I did. unsure.png I just looked for things that sounded like it might have something to do with the issue I was having and then turned the options on and off until it worked. Basically, throwing darts blindfolded.

Hodgman
Hodgman
Method to what?
Disabling the auto-complete helper dialog.
I really do not know what it is that I did. unsure.png I just looked for things that sounded like it might have something to do with the issue I was having and then turned the options on and off until it worked.
Oh, oh.
MarkS_
MarkS_

Yeah, bad, I know...

Microsoft's support of the Express versions irks me. They treat it like a demo version, all the while saying it is not. It really is the only version that most hobby developers can afford. I keep sticking with the Visual Studio because it is built by the maker of the OS, but since Microsoft doesn't support it, I might as well try Eclipse or something else.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.