17
11

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.

AndroidStudio3.0 (IntelliJ)で、メソッド引数のヒント表示をOFFにする方法

Last updated at Posted at 2017-08-16

####問題

Android Studio 3.0では、下記のようにメソッドの引数にその引数名がデフォルトで表示されている。IntelliJでは IntelliJ IDEA Preview 2016.3からの機能らしい。
これが、引数を変更したいときなどに引数を消すと、このヒントが消えるのに0.5秒くらいの時間がかかりタイピングがもたついてストレスになっていた。

Slice 1.png

####解決
調べた結果、下記の方法で設定OFFにできた。(Macで確認)

AndroidStudioの設定画面にて、
Settings → Editor → General → Appearance → Show parameter name hints

####参考
https://www.jetbrains.com/idea/whatsnew/#v2016-3-user-interface

17
11
2

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
17
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?