Errors highlighting color
See original GitHub issueIs it possible to change the color (or maybe the style) of errors highlighting? What I mean is the color of the Keywords
from the theme.
Any way to change the color and / or mark it on the line number (like linter does)?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Change error highlight color in vs code - Stack Overflow
Apparently, you can actually change it without using an extension. I created an issue and got the answer that this color is called...
Read more >Color highlight makes error messages unreadable on black ...
Suggestion Error messages generated by TSC use bright blue and bright yellow to highlight paths and line numbers.
Read more >Syntax and Error Highlighting | IntelliJ Platform Plugin SDK
Highlighting from multiple TextAttributesKey items can be layered - for example, one key may define an item's boldness and another color.
Read more >How can I highlight errors when bright red is the main color of ...
In general, using only color to indicate information is bad for accessibility reasons. Red/green colorblindness is the most ...
Read more >How To Highlight Errors And Warnings In VS Code - YouTube
Blog: http://www.shwetalodha.in/Medium: https://medium.com/@shweta-lodhaWatch out full Python playlist: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, I could manage to do it by changing call in file typescript/listeners/idle.py, line 164 to:
Result:
It would be good if both color and mark style were a config option. Also would be nice to be able to allow for marking the whole line (
start_offset
variable).👍