-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Supporting web-sys and other packages with generated bindings #1150
Comments
I think this issue related to following things
|
Re: |
We should have a white-list of environmental variables that are exposed to analyzer as an input:
Note that we have a |
Are there any open issues related to some of the things that are necessary for this to be possible that I can follow? |
@chinedufn I guess #1428 wouldn't hurt here. |
Let's close this in favor of more specific #1964 |
This is still relevant, I think #4150 is the most recent issue that is related to this. |
Auto generated bindings such as those in
web-sys
don't show up in auto complete.So, for example: if you typed:
You'd expect the auto completion to suggest
WebGlRenderingContext
, but it doesn't suggest anything.Here are some related issues in
intellij-rust
(I include them because my uneducated assumption is thatrust-analyzer
has the same challenge. If they're unrelated I'd be happy to remove the links!)intellij-rust/intellij-rust#1908
intellij-rust/intellij-rust#3131
Cheers!
The text was updated successfully, but these errors were encountered: