We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode doesnt find (?) and suggest importing SOME components installed from npm. Examples when there are no import suggestions:
npm install @material-ui/core
Another one:
npm install react-bootstrap
Exactly same with (for example) @fortawesome/react-fontawesome (FontAwesomeIcon component) (type defs included).
@fortawesome/react-fontawesome
FontAwesomeIcon
One example where import suggestion DOES show up:
npm install reactstrap
npm install @types/reactstrap
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
This sounds like the limitation described in #29039 (comment)
Package auto imports only start showing once there an existing reference to that package somewhere in the project
Sorry, something went wrong.
No branches or pull requests
VSCode doesnt find (?) and suggest importing SOME components installed from npm.
Examples when there are no import suggestions:
npm install @material-ui/core
(type defs included)
^ no suggestions. If I `import {}` from this package suggestions are shown:Another one:
npm install react-bootstrap
(type defs included)
^ again, no suggestions, but if I `import {}`:Exactly same with (for example)
@fortawesome/react-fontawesome
(FontAwesomeIcon
component) (type defs included).One example where import suggestion DOES show up:
npm install reactstrap
(type defs not included)npm install @types/reactstrap

^ suggestions are working as expectedDoes this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: