How to add a dictionary for spell check in Android Studio / IntelliJ Idea

Cristian Cañadas picture Cristian Cañadas · May 23, 2013 · Viewed 33.2k times · Source

I have been using Android Studio in Spanish, and it bothers me that it highlights as incorrect words which are spelt correctly.

Can I add a Spanish dictionary to Android Studio or to my IntelliJ Idea?

Answer

victor.hernandez picture victor.hernandez · Sep 11, 2013

You can download the Spanish (or any other language) ASCII dictionary from http://www.winedt.org/dictASCII.html and then add it to Android Studio as sebaszw said:

  1. Go to Settings -> Spelling -> Dictionaries
  2. Click plus symbol(+)
  3. Select path to your dictionaries folder (inside you must have plaintext word lists with .dic extension)
  4. Restart Android Studio

It worked for me without restarting Android Studio