使用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