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

Highlight also the filename with red or yellow #118

Open
felipelalli opened this issue Jun 30, 2023 · 0 comments
Open

Highlight also the filename with red or yellow #118

felipelalli opened this issue Jun 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@felipelalli
Copy link

felipelalli commented Jun 30, 2023

In VSCode, the default setting highlights a file name in yellow if there's a warning, and in red if there's an error, as demonstrated in the image below:

Screenshot_20230630_174038

It would be quite handy if, for instance, using // TODO: would turn the file name yellow as well, indicating there's a TODO item without the need to open the file. Similarly, using // FIXME: could turn the file red. Alternatively, we could use different colors, such as blue and orange, to distinguish these markers from actual compile warnings and errors. I believe the colors for actual warnings and errors should take precedence over those for TODO / FIXME markers.

This feature could be enabled by default, with the option to disable it in the settings.

@fabiospampinato fabiospampinato added the enhancement New feature or request label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants