vscode 在unity没有自动提示的解决方案

unity3d 2008.x 在win10下 使用 vscode 时, 会出现自动提示失效的问题..

并且在vscode 的ouput中会提示以下提示.. 

.NETFramework,Version=v4.7.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version

 

解决办法为:

  1. 关掉 VS Code.
  2. 下载并安装  Microsoft .NET Framework 4.7.1 here: https://www.microsoft.com/en-us/download/details.aspx?id=56119
  3. 重启 VS Code. 即可解决...

若提示的是其它版本的framework, 则下载对应的版本即可.

你可能感兴趣的:(vscode 在unity没有自动提示的解决方案)