Is there a Visual Basic dialog box in Visual Studio 2015?

Is it possible to have a Visual Basic Interactive window in Visual Studio 2015, like in C #?

enter image description here

+6
source share
2 answers

At the time of writing the initial answer to this question, interactive VB.net was under development, but no longer. Since this answer has been accepted, I cannot delete it, so here it remains: - /

+5
source

For those who came here from Google, no, while I am writing this, there is no VB Interactive window in VS 2019, and they do not plan to implement it.

0
source

Source: https://habr.com/ru/post/1246432/


All Articles