Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio highlights comments written in Cyrillic as typos

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?

like image 612
bighugedev Avatar asked Sep 19 '25 20:09

bighugedev


2 Answers

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.

like image 161
bighugedev Avatar answered Sep 21 '25 10:09

bighugedev


You can disable typo checking in comments. Select menu Settings. Then in the Tree select Editor > Inspections > Proofreading > Typo. Then uncheck "Process comments".

enter image description here

like image 36
Gregory Avatar answered Sep 21 '25 10:09

Gregory