Refreshing the auto complete (IntelliSense) database in Visual Studio

后端 未结 4 1433
Happy的楠姐
Happy的楠姐 2020-11-30 04:14

I\'ve noticed that the auto complete feature in Visual Studio no longer works properly once my project has reached a certain size (in my case ~4,100 lines of code). I\'ve al

4条回答
  •  清歌不尽
    2020-11-30 04:54

    I am using Visual Studio 2019 and have also been experiencing problems with Intellisense along with other features. I would be able to get through about 2 or 3 updates to a file before Intellisense stopped working along with code formatting.

    The only way I was able to get things working again was to restart Visual Studio, I tried removing both the intellisense folder and the whole .vs folder but this didn't solve the problem, it helped but something else was going on.

    I was finally able to fix this by turning off the Track changes option under

    Tools->Options->Text Editor->General.

提交回复
热议问题