Can I show component-specific props at the top of intellisense in VSCode??
When I'm using a React component that extends HTML elements, the intellisense dropdown shows me all the HTML attributes mixed in with the few custom props.
For example, with something like <SandpackFileExplorer>, I have to scroll through dozens of aria-* attributes to find the 2-3 custom props that I am searching for. This makes it so I need to go to the docs or inspect the component to see which extra props are on an component.
Is there any way (extension, setting) to make VS Code show component-specific props at the top of the intellisense dropdown?
Thanks!
0 Replies