Visual Studio Intellisense Completion Mode is a feature that I use all the time and very much appreciate. However, about 2 weeks ago it quit working. Since I have never had the need to turn it off before, it took me quite a while to find out how to turn it back on (Found it here: Edit/Intellisense/Toggle Completion Mode).
Ever since then, it will work for a while after I start Visual Studio, then after a period of time, from a few minutes or hours, it will stop working again. Then if I go to Edit/Intellisense/Toggle Completion Mode I can turn it back on.
In order to ensure I wasn't accidentally triggering the keyboard shortcut (Ctrl+Alt+Space) to disable it, I turned off the keyboard shortcut from within VS settings.
For clarification, here is what Completion Mode looks like when it is working. If I hit the space-bar it would auto-complete the word "string" for me.
And here is what it looks like when it is not working. If I hit the space-bar no auto-complete occurs, I just get the text "str" with a space after it.
BTW, I run Visual Studio 2019 with the latest updates.
Anyone have any ideas on how to fix this?
Thanks!