skip to Main Content

I have just downloaded Android Studio for Linux from developer.android.com and noticed that when I write comments in Cyrillic, all the words (except for short ones) are underlined in green, as if they were typos. I don’t have this problem in IntelliJ IDEA (which I downloaded from Snap, though).

Android Studio highlights comments written in Cyrillic as typos

I couldn’t find anyone with a problem like this on the net. Any ideas?

2

Answers


  1. Chosen as BEST ANSWER

    Installing the "Grazie" plugin solved the problem.

    In IntelliJ IDEA you have the "Natural languages" tab, but there isn't one in Android Studio. The plugin adds that tab, so you can choose any language you want.


  2. Navigate to File > Settings > Editor > Spelling, press the + button and add a Cyrillic Hunspell spellchecking dictionary like this one.

    With spelling mistake:

    wsm

    Without spelling mistake:

    wsm

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search