-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
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
intellisense/autocomplete no longer working with v9 #5649
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
I'm aware that Webstorm has some issues with auto-completion with v9, but I have not heard any issues from VSCode. Can you please clarify if it's only an issue with Webstorm? |
In VSCode, the behaviour is inconsistent.
|
Can you please try 9.2.0 to see if the situation improved? We made a change in this release, which I hope to solve the issue. |
Tried testing it with a fresh node_modules directory with |
Tried this again with |
I tried this with both |
Describe your environment
Describe the problem
Not sure if this is entirely related to Firebase itself.
With v9, no intellisense is provided for the firebase module. If I write out the import paths manually it does work, but no suggestions are given when writing out function names.
I think it might be happening due to the
firebase/*
paths being re-exports of the@firebase/*
paths making the IDE not index the modules correctly, however I haven't been able to find any workarounds for this yet.Steps to reproduce:
initializeApp
or some other exported function.The text was updated successfully, but these errors were encountered: