Is there an Android keyword dictionary (.dic) for Android Studio spell checker?Words like Async , listview , GZIP , gradlew , etc.
Async
listview
GZIP
gradlew
By default, IntelliJ12 and Android-Studio have android.dic :
android.dic
https://android.googlesource.com/platform/tools/adt/idea/+/master/android/src/org/jetbrains/android/spellchecker/android.dic
But you will be disappointed, it seems that it contains only 56 words.
An alternative is to add words manually:
Source: https://habr.com/ru/post/953963/More articles:C calling the build procedure - ARM - cA type declaration is an implicit static member - c #ARM Cortex M3 How to determine the value of the program counter before a hard error? - armFacebook Connect plugin using Phonegap build - cordovajersey 2.2: ContainerResponseFilter and ContainerRequestFilter never execute - javahow to add twisting effect as a pager - androidVS2013RC requires IE10, but I need (don't want) IE8 - visual-studio-2013How to kill one TCP connection in Linux? - linuxHow to get a complete list of workspaces on the server hosting TFS 2012 - tfsHow to disable CTRL + P using javascript or jQuery? - javascriptAll Articles