I would like to have VS Code provide suggestions for Object properties while I type. For instance, if I type a variable that’s of type “Collision” then “.” I would like it to show a list of its properties (collider, contactCount, etc).
I tried the extensions “Unity Code Snippets” by Kleber Silva and “Unity Snippets” by Ycleptic Studios, but these don’t provide that functionality. Is there an extension which does this? Thanks.