How do I remove TODOs from highlighting in the side panel runner?
I'd like to remove my TODOs from showing in the side panel analysis view. How do I turn this off? The image below shows blue blocks, which correlate to TODOs in my code, but I'd like for those to be hidden.

Please sign in to leave a comment.
Hi there,
Disable "Error strip mark" styling for "TODO defaults" in "Settings/Preferences | Editor | Color Scheme | General"
If you have custom todo patterns and customized colors there... then you should also disable it there as well.
Thank you very much! That did the trick.
Try clearing Error stripe mark checkbox in Settings | Editor | Color Scheme | General, Code /TODO defaults
Note that you might need to re-open editor tabs to get the gutter updated after modifying the color settings
Thanks for the more descriptive picture, Elena!