Skip to content
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

fix_data.yaml is difficult to debug #44890

Open
Piinks opened this issue Feb 8, 2021 · 3 comments
Open

fix_data.yaml is difficult to debug #44890

Piinks opened this issue Feb 8, 2021 · 3 comments
Labels
area-intellij Tracking issues for the Dart IntelliJ plugin.

Comments

@Piinks
Copy link
Contributor

Piinks commented Feb 8, 2021

While working on flutter/flutter#75649, I've found it really difficult to understand where and how the fix rule is broken.
The file shows there is an error (the file name is red-underlined in the project directory), but there is no indication in the file as to where the error is. :(

@bwilkerson
Copy link
Member

Are you using IntelliJ, VS Code, or some other editor?

I'm seeing what you're seeing in IntelliJ. The file is highlighted in the 'Project' view, but there's nothing in the editor. There is, however, a diagnostic in the 'Dart Analysis' view, and double clicking it correctly highlights the location of the problem.

Now I just need to ascertain how many platforms this is impacting and work to get them fixed.

@jwren For the known IntelliJ issue.

@Piinks
Copy link
Contributor Author

Piinks commented Feb 8, 2021

Hey @bwilkerson thanks for taking a look! :) I am using Android Studio.

@Piinks
Copy link
Contributor Author

Piinks commented Feb 8, 2021

Oh you are right! I opened the analysis panel and found the error there. That may do it. :)

@devoncarew devoncarew added the area-intellij Tracking issues for the Dart IntelliJ plugin. label Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-intellij Tracking issues for the Dart IntelliJ plugin.
Projects
None yet
Development

No branches or pull requests

3 participants