VS2015 Update 2: the Initialize Interactive Project option is missing

According to the updated version of Visual Studio 2015 2 release notes , it is now possible to initialize an interactive C # environment with the context of the selected project. This function is described further in these blog posts . However, the “Initialize Interactive Project” option, which they talk about and show in the screenshots, is simply missing for me (although I see the corresponding new option “Run in interactive mode” when I select the code in the editor).

I use:

enter image description here

Is it possible to understand what could be wrong? Does anyone else see this feature?

Update: just to make sure this is really not the case:

enter image description here

+6
source share
3 answers

Right-click on your project and you will see it in the context menu.

0
source

In the code window, right-click you will see it there. Right click as if you are trying to right click on a function. You can perform an entire function.

You can right-click anywhere in the code window.

0
source

I am using Visual Studio Community 2015 Update 2, and I can see the expected menu item by right-clicking the console project so that it is also available to you.

I'm just wondering if you can see and use View> Other Windows> C # Interactive

Perhaps if you double-check the installed components using the Visual Studio installation and / or perform the Repair by Visual Studio installation, you can return it for you.

0
source

All Articles