Doubt vscode - ASP.NET

Asked

Viewed 54 times

-1

Eae personal, how to create an ASP.NET project, the tutorials I searched use the New Project, but it is not appearing this option, only New File.

  • Try looking at the new dotnet command to create a new project via command prompt Dotnet new

  • It wouldn’t be New Folder?

1 answer

1

It is described in the official documentation: https://code.visualstudio.com/docs/setup/setup-overview#_how-do-i-create-and-run-a-new-project

VS Code doesn’t include a Traditional File > New Project dialog or pre-installed project templates. You’ll need to add Additional Components and scaffolders Depending on your Development interests. With scaffolding tools like Yeoman and the multitude of modules available through the npm package manager, you’re sure to find appropriate templates and tools to create your Projects.

Translating...

"VS Code does not include a traditional dialog box File > New Project or pre-installed design models. You will need to add additional components and scaffolders, depending on your development interests. With scaffolding tools like Yeoman and the multiplicity of modules available through the npm package manager, you’ll surely find appropriate models and tools to create your projects."

In short VS Code does not create new projects (New Project), as natively it does not have pre-installed "project models". You need to install extensions in order to create your projects, and VS Code itself suggests https://yeoman.io/

Here is a list of ASP.NET related extensions in the VS Code Marketplace
https://marketplace.visualstudio.com/search?term=ASP.NET&target=VSCode&category=All%20categories&sortBy=Relevance

Browser other questions tagged

You are not signed in. Login or sign up in order to post.