-
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 VSCode and Cursor.ai autocomplete #59940
Comments
When I type "." anywhere, it says that the whole file is dead code. That might be why. |
Summary: The user reports broken autocomplete functionality in VSCode and Cursor.ai when working with Dart. The autocomplete consistently provides the same, incorrect options regardless of the object. They've already tried cleaning the project, updating to the latest Flutter version (3.27.2), and using pre-release extensions. Thank you for reporting this issue! To help us investigate, could you please provide the following information:
This additional information will help us diagnose the problem more effectively. If this issue is related to Flutter or VSCode extensions, please consider filing the issue in the appropriate repository. |
If providing this information as part of reporting a bug, please review the information General info
Project info
Process info
|
Hi @karatekid430, can you reproduce this in a small Flutter app (e.g. the counter app or something similar)? Could you please provide a code that reproduces this? Thanks! |
For every object, if I type ".", it gives me these same options:
I changed to pre-release extensions for Dart and Flutter. I cleaned the project and re-did it. I even upgraded to the latest Flutter version, 3.27.2.
The text was updated successfully, but these errors were encountered: