Smarter Intellisense
While I'm on the topic of improvements I'd like to see done to Visual Studio, how about smarter Intellisense? For example:
Why doesn't VisualStudio suggest the arguments for you when you have local variables with matching names?
Comments
Anonymous
June 20, 2007
cool creative idea... very nice! maybe even add an ability to create a new brush [or whatever class] if none was found - sort of a starting where you want to go go back until you get enough data.Anonymous
June 20, 2007
Very nice! I’m thinking …, and if the VS suggests the arguments for you when you have local variables with matching types? Do you see any problems in this hypothesis?Anonymous
June 20, 2007
I'd say it rather rare scenario. By the way, how you will handle the case when you have 'brush' variable available but no 'rect'? Fail the whole match and don't propose anything? Yes, I think that kind of stuff just confuse people.