So far in my experience, I have found that in order to begin viewing intellisense options for a TS type in VS Code, I need to begin typing the name of the attribute.
If I type "a" I see options which contain "a" but no others.
Screenshot example
This is of course useful if I know the API well enough to have an idea of what the attributes are called.
However, if I am new to the API and just want to see a list of the options, I'd like to just see a scrollable list of everything.
I know I can peek the type definition file, and this is OK. However, it would be easier to see the options in the same place as I am declaring the type properties.
Is this possible without having to type in a letter (which also narrows down the search).
On Mac the default keys to bring up the list is Ctrl + Space.
Check the Keyboard Shortcuts in your installation of VS Code, and search for Trigger Suggest
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With