Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 896
Marek Sebera Avatar asked Sep 17 '13 06:09

Marek Sebera


1 Answers

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
like image 61
ben75 Avatar answered Oct 21 '22 03:10

ben75