Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do the colors on the scrollbar of Jetbrains IDE's mean?

Is there a list that defines what every color in the Intellij Idea scrollbar (right of the screen) means?

like image 470
Casebash Avatar asked Jan 13 '23 19:01

Casebash


1 Answers

You can find/change it in Settings | Editor | Color Scheme, General:

general

Look for the elements that have Error Stripe Mark defined, these are:

  • Error
  • Warning
  • Weak Warning
  • Problem from Server
  • Identifier under caret
  • Text search result
  • TODO (default one, can be customized in Settings | TODO per pattern).
like image 130
CrazyCoder Avatar answered Jan 29 '23 13:01

CrazyCoder