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

Error highlighting for missing semicolon is difficult to see #44877

Open
leiboldm opened this issue Feb 7, 2021 · 0 comments
Open

Error highlighting for missing semicolon is difficult to see #44877

leiboldm opened this issue Feb 7, 2021 · 0 comments
Labels
analyzer-ux area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug

Comments

@leiboldm
Copy link

leiboldm commented Feb 7, 2021

Forgetting to add a semi-colon to a line is one of my most common mistakes when I'm coding. However, it is very hard to see in my IDE because only the very last character of the line is underlined with the red error squiqqly. This is problematic because the Dart formatter will not run if you have a missing semi-colon in your code, and I run the Dart formatter frequently while coding. When the Dart formatter fails, it doesn't show an error message, so I'm left hunting my file for error squigglies. When the squiggly is too small, it can be difficult to see which causes me to waste unnecessary time looking for it.

@mit-mit mit-mit added the area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. label Feb 24, 2021
@srawlins srawlins added analyzer-ux P3 A lower priority bug or feature request labels Mar 18, 2021
@srawlins srawlins added the type-enhancement A request for a change that isn't a bug label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-ux area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants