Anyone having trouble with Autocomplete missing some situations in VS?

A recent update to VS has seen autocomplete for some content fail. Repeating my post on the VS support forum…

Prior to the recent update, Autocomplete would allow me to type

col = GetCo()

and it would autocorrect to

col = GetComponent()

However, now it just takes the text as it is. While typing, the Intellisense suggestions are shown, the intended method GetComponent is highlighted with a star, and I can press Down-Arrow to select the GetComponent<> shortcut, but this change in behaviour is unwanted. Most other autocomplete appears to be working. eg. Typing “Tra ” autocompletes to “Transform”

VS technical support has asked for more info like if it fails in other non-Unity contexts, of which I have no experience.

Is anyone else having autocomplete issues? If not, it’s likely on my install. Otherwise, tech thread here:
https://developercommunity.visualstudio.com/t/Autocomplete-no-longer-working-correctly/1477528?viewtype=all

This may help you with intellisense and possibly other Visual Studio integration problems:

Sometimes the fix is as simple as doing Assets → Open C# Project from Unity. Other times it requires more.

Also, try update the VSCode package inside of Unity: Window → Package Manager → Search for Visual Studio Code Editor → Press the Update button

Also, this: No suggestions in Vscode