Why does VS Code display numerous extra options in the suggestions list apart from the known type? Screenshots provided below.
Can the options be filtered to only show the type itself or at least prioritize them in VS Code?
Given the type {a: string, b: number}
VS Code: they are buried within a long suggestion list. https://i.sstatic.net/4nz7o.png
IntelliJ IDE (Rider/WebStorm): Provides a more concise list. https://i.sstatic.net/WJj6N.png