intellij idea - Code completion to in Android Studio -


a question editor, not sure how briefly phrase question not find answer

i have moved eclipse android studio on mac.

if in layout file, start typing android:au, assuming want choose autotext see screenshot enter image description here

how can completion go upto "to" of "auto". have type t , enter choose autotext.

since there no options without "to" should allowed select it.

please let me know if explanation not clear enough

intellij (studio) parses whole text search input characters default. if type "text", should show "autotext" in options default. don't have configure behavior.

it give preference exact matches though, if type in "text" capital t, you're more correct result typing "text" small t.

you can change these preferences in:

settings(or preferences in mac)->editor->code completion


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -