Page 1 of 1

Death to Conversion!

Posted: Tue Aug 19, 2014 5:07 pm
by hallsofvallhalla
Anyone else get frustrated at VS intellisense on how we use Convert 1000x more than conversion yet conversion always comes up all the way until you type convert or hit the down arrow. Ugh..../Rant off

Re: Death to Conversion!

Posted: Tue Aug 19, 2014 6:24 pm
by LNitewing
I agree, Intellisense does get frustrating to use at times. :P I generally find though that the benefits of using it outweighs the annoyances most of the time.

Re: Death to Conversion!

Posted: Tue Aug 19, 2014 7:14 pm
by hallsofvallhalla
agreed!

Re: Death to Conversion!

Posted: Wed Aug 20, 2014 5:45 am
by a_bertrand
Indeed some time it annoys me. But I gain so much more than I can't really complain. I mean, for me it would be impossible to remember all the .NET class library, and without intellisense that is what I would need to do. So even if some times it's quite stupid most of the time it's really helpful.

Re: Death to Conversion!

Posted: Wed Aug 20, 2014 7:35 am
by Jackolantern
Isn't there a way to change that? I know it could be fairly ugly, but I think there are some XML files buried somewhere that can be edited. I think I came across how to do it one day when I was trying to change the default templates, and ended up messing around in a field of XML files that I believe contained it.

Re: Death to Conversion!

Posted: Wed Aug 20, 2014 9:50 am
by a_bertrand
You can add snippets (code which will appear in the intellisense), but I doubt you can say which class can appear there and which not.

Re: Death to Conversion!

Posted: Wed Aug 20, 2014 4:30 pm
by Jackolantern
Hmm...maybe not then. But there is a ton of stuff that you can change without documentation if you dig into the VS files.

Halls, do you have most recently used turned on? I think that is only for the same IDE session, but at least you won't have to mess with it twice in the same day.

Re: Death to Conversion!

Posted: Wed Aug 20, 2014 7:06 pm
by hallsofvallhalla
Nice thanks!