Reputation: 534
It would seem the Immediate window needs some jazzing up ala IntelliSense?
Anyone agree/disagree? Is this coming in VS2008/2010?
Upvotes: 24
Views: 10080
Reputation: 534
I am in VS2005 with C#, I finally get it up with Ctrl-Space but oddly i have to try it a few times when i first click in there. It will work fine for a while as long as I stay in that window.
But If i click into the problems or the find window, and back to it: then it doesn't really come up again until I evaluate one line and THEN hit Ctrl-Space.
Upvotes: 3
Reputation: 3445
When debugging in Visual Studio 2008, you can get intellisense to pop up by pressing ctrl+space. Also, it will pop up in a quick watch window with the same keystroke. Very handy.
Upvotes: 4
Reputation: 5976
Ctrl + Space in immediate if you don't have the intellisense coming up automatically. Like Joel, intellisense seems to come in go in the immed window.
Upvotes: 24