VS2022 Removing Obsolete Methods From Intellisense list

Is there a way to filter out everything thats obsolete or depreciated from intellisense/ code-completion? Maybe a setting or an extension?

Not that I’m aware of.

Ideally these should adapt to usage, so if you don’t use the deprecated methods they ought to get deprioritized. But not sure how clever Microsoft’s “Intellisense” is in that regard.

I more often struggle with suggestions where the type exists in multiple namespaces, such as Random (System has one too). For these, at least in Rider, I can make namespace exclusions in settings so that they are never recommended.

Okay Thanks. Hopefully the intellisense drops it down the list in time.

Interesting, I didn’t know that unity could work with other IDE’s. For Windows OS I thought it was only vs2022 or vscode.

It will work if the editor has an appropriate IDE integration package on the Unity side like com.unity.ide.visualstudio or com.unity.ide.rider. The companies making the IDE are the ones that develop these packages.