bharal
bharal

Reputation: 16154

pycharm error highlighting

I am using pycharm, and, sometimes, the editor thinks i have a mistake in my coding.

Maybe it thinks that a variable is poorly declared, or doesn't exist, or a bracket isn't in the right place?

Naturally, the editor is wrong and my coding is perfect. Still, to raise bugs to the pycharm team, i need to be able to clearly see where these "errors" are.

Currently, the editor tends to employ "nearly invisible grey" as the color scheme of choice for "errors".

What are the steps i need to take to change the color scheme to something more noticable?

Upvotes: 1

Views: 1662

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401877

You can configure it in Editor | Colors & Fonts | General:

colors & fonts

Upvotes: 1

Related Questions