Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add spanish spell check android studio

Tags:

I would like to add a custom (Spanish) dictionary to Android Studio. How can I do that?

like image 347
victor.hernandez Avatar asked Sep 14 '13 01:09

victor.hernandez


1 Answers

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:

  1. Go to File -> Settings -> Editor -> Spelling -> Dictionaries
  2. Click +
  3. Select path to your dictionaries folder (inside you must have plain text word lists with .dic extension)
like image 153
victor.hernandez Avatar answered Sep 17 '22 14:09

victor.hernandez