New Start Window and New Project Dialog Experience in Visual Studio 2019

Augustin Popa

Two features available in Visual Studio 2019 Preview 1 for C++ developers are the start window and a revamped new project dialog.

Visual Studio 2019 start window

The main goal of the start window is to make it easier to get to a state where code is loaded in the IDE by concentrating on the commands that a developer will require most often. It is also aims to improve the Getting Started experience with the IDE, following feedback from new users and months of research in UX labs, where we found that users’ first impressions of the IDE was that it is overwhelming on first use due to the large number of features visible in the user interface.

The start window moves the core features from the Visual Studio Start Page, which normally appeared in the editor space when Visual Studio is launched, out into a separate window that appears before the IDE launches. The window includes five main sections: Open recent, Clone or checkout code, Open a project or solution, Open a local folder, and Create a new project. It is also possible to continue past the window without opening any code by choosing “Continue without code”. To learn more about our motivations for creating the start window, check out the blog post: The story of the Visual Studio start window.

Let’s dig into the features of the start window:

Open recent

The start window, like the Start Page, keeps track of projects and folders of code that have been previously opened with Visual Studio. It is easy to open these again as needed by clicking on one of the options in the list on the left side of the window.

Clone or checkout code

If your code is in an online source control repository like GitHub or Azure DevOps, you can clone your code directly to a local folder and quickly open it in Visual Studio.

Open a project or solution

This button functions exactly like the File > Open > Open Project/Solution command in the IDE itself. You can use it to select a .sln or Visual Studio project file directly if you have an MSBuild-based solution. If you are using CMake or some non-MSBuild build system though, we recommend going with the Open a local folder option below.

Open a local folder

If you are working with C++ code using a build system other than MSBuild, such as CMake, opening the folder is recommended. Visual Studio 2019, like 2017, contains built-in CMake support that allows you to browse, edit, build, and debug your code without ever generating a .sln or a .vcxproj file. You can also configure a different build system to work with Open Folder. To learn more about Open Folder, check out our documentation on the subject. This button in the start window is equivalent to the File > Open > Open Folder command in the IDE.

Create a new project

Create a new project in Visual Studio 2019 Creating a new project is a common task. For Visual Studio 2019 we have cleaned up and revamped the New Project Dialog to streamline this process. Now, the New Project Dialog no longer includes a “Table of Contents” style list of nodes and sub-nodes for the different templates. This is instead replaced by a section for “Recent project templates” (coming online for Preview 2) which functions similarly to the “Open Recent” section of the main start window. Rather than the New Project Dialog only remembering the precise page you were on last, it will remember the templates you used in the past, in case you would like to use them again.

Furthermore, the overhauled New Project Dialog is designed for a search-first experience. Simply type what you are looking for and the new dialog can find it for you quickly, whether a keyword you use is contained in the template title, description, and from Preview 2 onward, in one of the tags (boxed categories displayed under each template). You can take things even further by filtering by Language (C++, C#, etc.), Platform (Windows, Linux, Azure, etc.), or Project type (Console, Games, IoT, etc.). While the New Project Dialog will, by default, provide you with a list of templates, you can use these filtering capabilities to refine your experience as you search, and easily get back to your templates later when they are saved in the “Recents” list on the left.

Give us your feedback!

We understand that this is a big change for those of you who have been using Visual Studio for a while. We are interested in any feedback you may have on the new start window experience and the revamped New Project Dialog. Give it a try and let us know what you think!

Of course, we understand that some users may prefer going straight into the IDE and doing what they’re used to doing to load code. We provide a way to turn off the new window in Tools > Options > Startup > On startup, open, and choosing something other than the start window. To get the old Start Page back, simply select the “Start Page” option. To send us feedback:

From the IDE, you can use Help > Send Feedback > Report A Problem to report bugs, or Help > Send Feedback > Suggest a Feature to suggest new features for us to work on. You can also leave us a comment below, or for general queries, you can email us at visualcpp@microsoft.com. Follow us on Twitter @VisualC.

14 comments

Discussion is closed. Login to edit/delete existing comments.

  • Ildar Sadykov 0

    How to open Start Window?

  • Michal Kurzewski 0

    hello
    I recently upgraded to VS 2019 Pro. Opening the VS does not invoke Starting Window. I have to go to File -> Starting Window. I have selected in Tools -> Options -> (Environment) Startup -> Start window. Possibly a bug.

  • Michal Kurzewski 0

    hello
    I have recently upgraded to VS 2019 Pro. Opening the VS does not invoke Starting Window. I have to go to File -> Starting Window. I have selected in Tools -> Options -> (Environment) Startup -> Start window. Possibly a bug.

  • Tom Wälti 0

    I believe that the Developer community really is NOT happy with how these changes were implemented. The new “Start Windows”, as a modal window, breaks the workflow and is too intrusive. It’s also missing the developer news. There are tons of comments over in https://developercommunity.visualstudio.com/ that show why people are unhappy. And it takes quite something to get devs to move and comment on such things. At least it does for me. But this new implementation is really so unhelpful, I had to voice my concern 🙂

  • Nitin Sawant 0

    did you guys forgot to add option to choose framework version when creating new project??

    how do I go back to old project creation dialog?

    • knud hansen 0

      They have forgot all they dont have af Brain 😉

  • Sami Kuhmonen 0

    Is it too late to ask for an undo? The new project dialog is much worse than the previous. Could it be an option to select which one to use? I can imagine it may be ok for new users, but for me it was a horrible experience and much harder to use than the previous one. More clicks to find what I want. 

  • MacNett, Jesse 0

    I’m sure it’s a helpful change for some folks, but thank you for building in a way to disable it…for some more established devs (yes, i’m old), it was simply adding an extra mouse click every time i started VS for it’s own sake to go to “continue without code”.  #getoffmylawn

  • knud hansen 0

    This is a fantastic example of designers who do not work with their heads and make designs that should never have been made!

  • Steve Miller 0

    I turned this feature off. It was getting annoying.

Feedback usabilla icon