Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide line highlighting in IntelliJ IDEA

Tags:

I just started using one of the JetBrains IntelliJ based IDEs (RubyMine) but I find the line highlighting really distracting. See pics below. Any way to turn it off?

http://luka.s3.amazonaws.com/Screen+Shot+2013-05-30+at+11.57.32.pnghttp://luka.s3.amazonaws.com/Screen+Shot+2013-05-30+at+11.57.50.png

like image 502
lmirosevic Avatar asked May 30 '13 10:05

lmirosevic


People also ask

How do I remove highlight in IntelliJ?

By default, IntelliJ IDEA highlights all detected code problems. Hover the mouse over the widget in top-right corner of the editor and select another level from the Highlight list: None: turn highlighting off.

How do I turn off green highlight in IntelliJ?

You can configure the line status colors on the Editor | Color Scheme | VCS page of the IDE settings Ctrl+Alt+S . To disable highlighting of the modified lines, clear the Highlight modified lines in gutter checkbox on the Version Control | Confirmation page of the IDE settings Ctrl+Alt+S .

How do I highlight a line in IntelliJ?

@o'rety ctrl + w is for highlighting only, and it is contextual. To highlight a whole line will be many presses of ctr + w - just to get the line highlighted. There is a shortcut called "Select Line at Caret" - interestingly, it has no value by default. I personally had this set to ctrl + alt + shift + , .

How do I change the highlight color in IntelliJ?

Press Ctrl+Alt+S to open the IDE settings and select Editor | Color Scheme | Language Defaults | Semantic highlighting. Select the Semantic highlighting checkbox and customize the color ranges if necessary.


1 Answers

If you are referring to the active caret row highlighting, it can be configured in the Editor | Colors & Fonts settings:

caret row

like image 51
CrazyCoder Avatar answered Sep 30 '22 03:09

CrazyCoder