1. 开启内联参数提示
工具->选项->搜索:内联->高级->内联提示
![](https://ichistudio.cn/wp-content/uploads/2024/01/图片.png)
效果:
2. 开启全局智能提示
工具->选项->搜索:未导入->显示unimported命名空间中的项
![](https://ichistudio.cn/wp-content/uploads/2024/01/图片-1.png)
效果:
![](https://ichistudio.cn/wp-content/uploads/2024/01/图片-2.png)
3. 实时显示诊断错误
工具->选项->搜索:诊断->内联显示诊断、启用拉取诊断
![](https://ichistudio.cn/wp-content/uploads/2024/01/图片-3.png)
效果:
![](https://ichistudio.cn/wp-content/uploads/2024/01/图片-4.png)
4. 使用.NET Core 的智能提示汉化
首先打开官网给的语言包找到你想用的版本下载,并解压
https://dotnet.microsoft.com/en-us/download/intellisense
![](https://ichistudio.cn/wp-content/uploads/2024/01/图片-18-1024x203.png)
解压后得到三个文件夹:
.NET Core 对应 Microsoft.NETCore.App.Ref
Windows Desktop 对应 Microsoft.WindowsDesktop.App.Ref
.NET Standard 对应 NETStandard.Library.Ref
![](https://ichistudio.cn/wp-content/uploads/2024/01/图片-19.png)
暂时我只用到.net core,所以打开Microsoft.NETCore.App.Ref 将zh-hans文件夹整个放到下面的文件地址处就可以了
C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1
效果:
![](https://ichistudio.cn/wp-content/uploads/2024/01/图片-20.png)