-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Broken env!("") macro environment variable suggestions in VSCode #18883
Labels
C-bug
Category: bug
Comments
Is this #18832? |
@lnicola why repopen? |
It might have been caused by that PR, I'll have to test. |
It's most likely that one, though odd that it didn't fail the tests |
No the issue is actually something entirely different (I think this broke quite a long time ago? blame would imply 10 months) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rust-analyzer version: 0.3.2257-standalone (238ccb6 2025-01-08)
rustc version: rustc 1.83.0 (90b35a623 2024-11-26)
editor or extension: VSCode
relevant settings: default
code snippet to reproduce:
In VSCode, when you write env!("") and move the cursor between the quotes, you can press Option + Esc to open suggestions that should show possible environment variables. This used to work, but now it doesn't.
For example this work in Zed:
The text was updated successfully, but these errors were encountered: