Reputation: 678
When I debug code in IntelliJ, and double click a variable its background becomes white and the colour of the font is almost white too. It is perhaps due to my customised scheme. I looked at Settings->Editor->Color scheme for appropriate setting to change the colour but I cannot find one. Any help?
Upvotes: 1
Views: 899
Reputation: 16431
Check the Foreground attribute for Java | Variables | Local variable in Color Scheme settings. Note that when you select the corresponding symbol in the code snippet sample in Colors & Fonts settings, IDE navigates you to corresponding symbol type node:
IDE will also navigate you to corresponding node right from the Editor if you select Jump to Colors and Fonts action (Help | Find Action, type Jump to Colors...):
Upvotes: 1