TODO Statments are not highlighted in the scroolbar
Closed this issue · 2 comments
HikaruHokkyokusei commented
Describe the bug
Just like we see small and thin horizontal lines in the scrollbar of the editor for errors (red) and warnings (yellow), we should be able to see a similar line (probably of blue color) for TODO comments which we can see in IntelliJ Light Theme but not in Monokai Pro.
To Reproduce
Steps to reproduce the behavior:
- Write a Todo comment anywhere in the editor (E.g. // TODO: This is a comment)
- In IntelliJ Light Theme, we will see a thin blue horizontal line on the scrollbar.
- If we switch to Monokai Pro, no such corresponding line will be there.
Application:
All JetBrain IDEs
HikaruHokkyokusei commented
I have created a pull request to fix this issue. Please merge that request and close this issue.
espositocode commented
Thanks, and sorry for the delay. The changes look good.