21
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AndroidStudioでtypoのwarningに例外を設定する

Posted at

AndroidStudioのspellチェック機能

スクリーンショット 2016-05-29 20.15.38.png

AndroidStudioでは、lint機構の1つとしてコード上に存在するtypoをチェックしてくれます。

非常にありがたい機能なのですが、例えば変数名として日本語をそのままローマ字表記したい場合や、英語として存在しない和製英語等を用いたい場合、それが使われるたびに波線を引いて注意してくるのは少し煩わしく感じました。

なので、特定の表記に関してはspellチェックさせないようには出来ないかと思い調べてみました。

spellチェックのOFF

最初に見つけたのはspellチェックをON/OFF出来ることです。

スクリーンショット 2016-05-29 20.26.24.png

画像の通り、 Preferences > Editor > Inspections からいくつかの範囲に絞る形でspellチェックのON/OFFが可能でした。

ただ、これだと普通にtypoしてしまった箇所を見つけることが出来ないので出来れば避けたい所です。

spellチェックの例外設定

次に見つけたのがspellチェックに対して例外を設定出来ることです。

スクリーンショット 2016-05-29 20.37.20.png

Preferences > Editor > Spelling で設定できます。

例外として設定したい文字が少なく、ササッと設定したい場合は Accepted Words に文字を追加すればOK。

たくさんの文字を設定したい場合は、 Dictionaries にて辞書ファイル(.dic)を設定すればOKのようです(こちらは試していません)。

結果

スクリーンショット 2016-05-29 20.42.04.png

怒られなくなりました。

このspellはtypo扱いしてほしくないなと感じたりした人は試してみると良いのでないかと思います。

21
9
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?