Visual studio 2019 go to definition and Intellisense not working

前端 未结 10 1590
余生分开走
余生分开走 2021-01-18 06:21

I have noticed a weird issue with Visual Studio 2019 v16.0.1 the IntelliSense about \"Using directive is unnecessary\" normally grey is missing and type reference suggestion

10条回答
  •  猫巷女王i
    2021-01-18 06:50

    1. Close Visual Studio
    2. Delete .vs folder (it is a hidden folder inside the folder which contains the solution *.sln)
    3. Start Visual Studio

    Solved my problem

    NOTE 1: I am using Visual Studio 2019, but it may work on other versions
    NOTE 2: This did not solve the OP problem, but it is a good candidate to solve your

提交回复
热议问题