使用Visual Studio Code开发C#
使用vscode开发csharp
使用vscode开发.net core
使用vscode开发.net
下载工具
- 命令行工具(安装的时候附加任务全选):https://github.com/PowerShell/PowerShell#get-powershell
- Visual Studio Code(Windows的请下载System Installer):https://code.visualstudio.com/Download
- .NET SDK:https://dotnet.microsoft.com/download
vscode配置
- 关闭工作区提示:
File->Preferences->Settings
:"security.workspace.trust.enabled": false - 自动识别文件编码:
File->Preferences->Settings
:"files.autoGuessEncoding": true - 插件处搜索
ms-dotnettools.csharp
进行install