How do I make the cursor easy to find?

Answered

I think I finally figured out why I find Intellij IDEA and Android Studio so annoying to work with: the user interface is by default hyperactive and in your face. I'm slowing figuring out how to turn off options so that I can see the code.

One thing is alluding me. How do I turn off the highlighting of the opening and closing braces that are near the cursor? I find myself constantly misjudging where the cursor is.

Some googling around shows me that I'm not the only one frustrating with the UI. Maybe there should be a an article somewhere explaining how to make the UI so noisy, for us old fashioned programmers?

Aside from the UI clutter, I am finding the smart options helpful for learning Kotlin.

Thanks for your help!

0
1 comment

Disable the toolbars/tool windows/status bar from the View menu or enter the distraction free mode:

You can also disable the editor tabs for the minimalistic look: http://hadihariri.com/2014/06/24/no-tabs-in-intellij-idea/ .

Matched brace highlighting can be disabled here:

 

0

Please sign in to leave a comment.