Marek Sebera
Marek Sebera

Reputation: 40641

Android keywords dictionary - spell check - Android Studio

Is there any Android keywords dictionary (.dic) for Android Studio spell checker?
Such words as Async,listview,GZIP,gradlew, etc.

Upvotes: 6

Views: 2342

Answers (1)

ben75
ben75

Reputation: 28706

There is an android.dic by default in IntelliJ12 and Android-Studio :

https://android.googlesource.com/platform/tools/adt/idea/+/master/android/src/org/jetbrains/android/spellchecker/android.dic

But you will be disappointed, it seems it contains only 56 words.

An alternative is to add words manually:

  • right click on the word
  • spelling > save to dictionary

Upvotes: 10

Related Questions