Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - How to turn off "typo in word 'word'?

Tags:

android

When naming variables or giving String arguments Android Studio seems to have a problem with how I label things.

Is there a way to turn that off?

like image 781
UnhandledException321 Avatar asked Mar 22 '20 14:03

UnhandledException321


2 Answers

Yes, open Preferences -> Editor -> Inspections -> Spelling -> toggle off Typo and press OK.

Edit

To make it as default not only for your project select Profile: Default.

enter image description here

like image 88
Giorgio Antonioli Avatar answered Sep 27 '22 00:09

Giorgio Antonioli


In Android Studio 3.6.1 (and probably some other versions), go into File > Settings, search for "spelling", and choose the Inspections category:

Android Studio Spelling Settings

Either turn of "Typo" entirely or configure the options (lower-right corner in screenshot) to determine where you do and do not want spell-check.

The Spelling category lets you control what language dictionaries get used, etc.

like image 26
CommonsWare Avatar answered Sep 24 '22 00:09

CommonsWare