question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors highlighting color

See original GitHub issue

Is 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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rbaumicommented, Dec 14, 2017

Ok, I could manage to do it by changing call in file typescript/listeners/idle.py, line 164 to:

view.add_regions(region_key, error_regions, "invalid.illegal", "",
    sublime.DRAW_SOLID_UNDERLINE)

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).

0reactions
ortacommented, Jul 24, 2019

👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found