David Berg
David Berg

Reputation: 2058

Intellij: What does the green box around my source mean? How can I disable it?

I enabled a setting by mistake in IntelliJ giving me a green outline around parts of my source:

Green outline IntelliJ

What does this outline mean and how can I disable it again?

Upvotes: 2

Views: 2049

Answers (2)

LanceShaw
LanceShaw

Reputation: 11

I'm seeing this happen when it is highlighting the current scope of an item. It seems to happen when you hold down control and right click on a bit of code, but it probably depends on your keymappings. (I'm using default GNOME keymappings)

Escape seems to clear it.

Upvotes: 0

Jeeter
Jeeter

Reputation: 6105

Go to your code's tab in Editor -> Colors & Fonts, and look for a setting with the following enabled: enter image description here Unchecking that box will disable the effect

Upvotes: 3

Related Questions