Open
Description
Version Used: VS2017 15.3.1 & 15.3.2
Steps to Reproduce:
Note that these steps are only reproductible on a particular solution. The same steps are not failing on other solutions
- Add a new Class1.cs type, make it implementing IDisposable (add
: IDisposable
) - Quick action is empty and doesn't provide any action (Implement Interface...)
This is reproductible on other computers. I have tried the following:- VS repair
- VS settings reset
- Deletion of .vs folder
- Deletion of all obj folders
Interestingly, the autompletion for adding a namespace contains 3 library names out of four. This seems to prove that the cache update gets interrupted, preventing the intellisense to work as expected.
I don't know what I can do (log) to provide more meaningful information. Please advise. The solution I'm working on cannot be shared outside my company.
Expected Behavior:
I'd expect intellisens to be working.
Actual Behavior:
More generally almost all intellisense features are broken:
- Intellisense is not detecting any code issue (wrong method name...), only detecting when compiling
- Not able to make missing using proposals
- No quick action such as Extract method or such