intellij idea - How do I stop Android Studio from highlighting specific words when double clicking? -


whenever double click on whatever contains more 1 word in it, android studio highlight word thinks i'm clicking on rather entire value.

take view.findviewbyid instance. double clicking on findviewbyid either highlight find, view, by, or id, want select findviewbyid. i've gone through android studio's preferences, didn't see looked toggle or option this.

more examples:

private string foobar; 

this either highlight foo or bar depending on click.

myview.addview(...); 

this either highlight my/view or add/view, not myview or addview.

use image below. have highlighted important bit

whatever description want see?


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -