Visual Studio: Where is IntelliSense in the Immedi

2020-07-01 10:52发布

问题:

It would seem the Immediate window needs some jazzing up ala IntelliSense?

Anyone agree/disagree? Is this coming in VS2008/2010?

回答1:

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.



回答2:

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.



回答3:

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.