Add spanish spell check android studio

前端 未结 1 1942
梦如初夏
梦如初夏 2020-12-08 20:45

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

相关标签:
1条回答
  • 2020-12-08 21:10

    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)
    0 讨论(0)
提交回复
热议问题