diff --git a/docs/ide/create-new-project.md b/docs/ide/create-new-project.md index 526a9708db3..d1ec1e3acce 100644 --- a/docs/ide/create-new-project.md +++ b/docs/ide/create-new-project.md @@ -1,7 +1,7 @@ --- title: Create and configure a new project description: Create and configure a new project in Visual Studio by choosing a template type, the Framework version, an authentication type, and more. -ms.date: 11/17/2023 +ms.date: 10/15/2024 ms.topic: how-to f1_keywords: - vs.newproject @@ -11,10 +11,11 @@ author: anandmeg ms.author: meghaanand manager: mijacobs ms.subservice: general-ide +#customer intent: As a developer, I want to create cd..a new project in Visual Studio. --- # Create a new project in Visual Studio -In this article, we'll show you how to quickly create a new project in Visual Studio from a template. +In this article, you learn how to quickly create a new project in Visual Studio from a template. ::: moniker range="vs-2019" diff --git a/docs/ide/index-writing-code.yml b/docs/ide/index-writing-code.yml index 2675b70bbc8..168a041b1ed 100644 --- a/docs/ide/index-writing-code.yml +++ b/docs/ide/index-writing-code.yml @@ -11,7 +11,7 @@ metadata: ms.topic: landing-page author: anandmeg ms.author: meghaanand - ms.date: 10/23/2023 + ms.date: 10/15/2024 # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new @@ -24,8 +24,8 @@ landingContent: linkLists: - linkListType: tutorial links: - - text: Create a new project - url: create-new-project.md + - text: Work with solutions and projects + url: creating-solutions-and-projects.md - text: Open a project from a repo url: ../get-started/tutorial-open-project-from-repo.md - linkListType: how-to-guide @@ -48,6 +48,8 @@ landingContent: url: code-generation-in-visual-studio.md - text: Manage code style preferences url: code-styles-and-code-cleanup.md + - text: Manage project and solution properties + url: managing-project-and-solution-properties.md - text: Code analysis url: ../code-quality/roslyn-analyzers-overview.md @@ -58,7 +60,9 @@ landingContent: links: - text: AI assistance tools url: ai-assisted-development-visual-studio.md - - text: GitHub Copilot + - text: Install and manage GitHub Copilot + url: visual-studio-github-copilot-install-and-states.md + - text: GitHub Copilot Completions url: visual-studio-github-copilot-extension.md - text: GitHub Copilot Chat url: visual-studio-github-copilot-chat.md diff --git a/docs/install/command-line-parameter-examples.md b/docs/install/command-line-parameter-examples.md index fb1cf9efdee..ea1626df3ed 100644 --- a/docs/install/command-line-parameter-examples.md +++ b/docs/install/command-line-parameter-examples.md @@ -1,12 +1,11 @@ --- title: Command-line parameter examples for installation description: Customize command-line parameter examples to create your own installation of Visual Studio by setting parameters, such as installPath, wait, all, remove, and more. -ms.date: 3/11/2024 +ms.date: 10/14/2024 ms.topic: conceptual author: anandmeg ms.author: meghaanand manager: mijacobs - ms.subservice: installation --- # Command-line parameter examples for Visual Studio installation @@ -21,7 +20,7 @@ You can use the `^` character at the end of a command line to concatenate multip For lists of the workloads and components that you can install by using the command line, see the [Visual Studio workload and component IDs](workload-and-component-ids.md) page. -## Install using --installPath alongside the bootstrapper +## Install using --installPath and --add alongside the bootstrapper * Install a minimal instance of Visual Studio, with no interactive prompts, but progress displayed: