Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio: Where is IntelliSense in the Immediate Window?

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

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

like image 822
user37468 Avatar asked Nov 13 '08 21:11

user37468


People also ask

How do I open IntelliSense in Visual Studio?

You can trigger IntelliSense in any editor window by typing Ctrl+Space or by typing a trigger character (such as the dot character (.)

Where is Visual Studio Immediate window?

Execute a function at design timeOn the Debug menu, choose Windows > Immediate.

How do you show IntelliSense?

Ctrl + Space should do it.

How do I get IntelliSense in Visual Studio 2017?

To enable the new functionality, go into Tools > Options > Text Editors > C# > IntelliSense. Check the last two boxes under Completion for highlighting and filters. Activate IntelliSense Now, switch to the code-behind for the form, pull up IntelliSense for the FlexGrid, and you'll start to see some changes. Entering .


2 Answers

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.

like image 199
Ryan Lanciaux Avatar answered Oct 21 '22 07:10

Ryan Lanciaux


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.

like image 37
Mario Avatar answered Oct 21 '22 08:10

Mario