About 7,110 results
Open links in new tab
  1. How To Create A New File In Visual Studio Code - YouTube

    VSCode How To Create A New File / How to create a new blank (empty) file / Hey guys, in this tutorial I'll show you multiple ways to create a new file in Vis...

  2. Create and configure a new project - Visual Studio (Windows)

    Oct 15, 2024 · Create and configure a new project in Visual Studio by choosing a template type, the Framework version, an authentication type, and more.

  3. VS Code How to Create a New Project - Alphr

    Jan 20, 2021 · To make a new C# project (.NET application), you first need the adequate requirements to set up scaffolding for the project, and then use VS Code to make the new folders for it. Here’s...

  4. visual studio code - Cant find where to start a new project

    May 5, 2020 · Basically, all you have to do is: Create a new folder for you project, let it be empty for now. Right-click on it to choose "Open with Code" in context menu (if your OS lack such option, you can simply type code <name_of_the_new_folder> in your favorite shell). Once vscode is up, choose menu 'Terminal > New Terminal'

  5. Create projects & solutions - Visual Studio (Windows)

    Nov 12, 2024 · To learn how to quickly create a project from a template, see Create a new project in Visual Studio. Projects hold the items needed to build your app in Visual Studio, such as source code files, bitmaps, icons, and component and service references.

  6. visual studio - Create Project/solution in an existing directory ...

    May 29, 2009 · In the folder you want to create the .sln file, use the "Create new empty solution" command from the extension. Then go to the extension's (Solution) tab in VS Code and at the top right-click the name of the solution you created and click on "Add existing project".

  7. Project management - Visual Studio Code

    For example, to add a new file to a project, right-click on the project and select Add New File. When you select that option, you'll be prompted to choose the file template to be used for the default content.

  8. Introduction to projects and solutions - Visual Studio (Windows)

    Dec 6, 2024 · Open Visual Studio, and on the start window, select Create a new project. On the Create a new project page, type blank solution into the search box, select the Blank Solution template, and then select Next.

  9. Visual Studio: Add existing folder(s) to project - Stack Overflow

    Mar 5, 2020 · Click on the 'Show All Files' icon at the top of Solution Explorer window. Then the folders/files of the selected project will be displayed as dotted icons. You can right click any of them and select include in project to include them in the project.

  10. The fastest way to add files and folders - Visual Studio Blog

    Feb 27, 2023 · Your Visual Studio team is excited to announce the release of the highly anticipated “Quick Add Files & Folders” feature in Visual Studio version 17.5! This new feature is the fastest and most convenient way to add files and create folders within your projects.