0
How can I run c# new new file in vs code. I am still trying but do not working.
2 Answers
+ 1
Download the .net framework sdk and then install the c# vs code extension after you Open vs code create a folder and then open terminal type dotnet new console to create a new console application. And some files will come with Main.cs file you can look for more info from vs code website and DotNet website. I hope it is useful to check these links for more info vscode docs:https://code.visualstudio.com/docs/languages/csharp and dotnet docs:https://docs.microsoft.com/en-us/dotnet/core/get-started
0
Made things handy!
https://letmegooglethat.com/?q=How+can+I+run+c+sharp+new+file+in+vs+code