I have an API which uses parameter objects and the only way to stay sane is to have intellisense.
It works to an extent, but this is annoying.
None the less, I see that the list does contain properties i want. How can I make this list only show my properties of the object, and not the kitchen sink?
If it isn't too clear, then basically, I don't want to cycle through a massive list of stuff, looking for analytics
, I don't want to right click and go into this method searching what is available, and I don't want to seek docs either. I just want the "properties" of an object to take priority.
These suggestions are coming from the auto import extension and not VS Code's standard JavaScript and TypeScript language features. You can tell this by the [AI]
in the suggestion item label
VS Code has supported auto imports out of the box since 1.18 so this extension should no longer be required. If the built-in auto imports aren't working properly, please file an issue
Anyway, уou can also control your Intellisense preferences in Settings>Text Editor>Suggestions
page:
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