Reputation: 2058
I enabled a setting by mistake in IntelliJ giving me a green outline around parts of my source:
What does this outline mean and how can I disable it again?
Upvotes: 2
Views: 2049
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
Reputation: 6105
Go to your code's tab in Editor -> Colors & Fonts
, and look for a setting with the following enabled:
Unchecking that box will disable the effect
Upvotes: 3