1
1

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 3 years have passed since last update.

コード補完が壊れた時の対処法 と ドキュメント表示が壊れた時の対処法 (Android Studio)

Posted at
「コード補完」=予測変換してくれる

ex)Futu→Futureのように。

「ドキュメント表示」=カーソル合わせると使い方、定義を表示してくれる

スクリーンショット 2021-06-10 11.09.02.png

コード補完が壊れた時の対処法↓
Macなら、メニューバーからAndroidStudio > Preferences を選択します。 Editor > General > Code Completion を選んで、"Show suggestions as you type" にチェックが入っていればOK。
または、File > Power Save Modeのチェックを外す。

ドキュメント表示が壊れた時の対処法↓
File > Settings > Editor 
"Show quick doc on mouse move"にチェックを入れる。

<参考>
https://dtpscriptin.com/android-studio-completion/#:~:text=%E7%92%B0%E5%A2%83%E8%A8%AD%E5%AE%9A%E3[…]%E3%81%A6%E3%81%84%E3%82%8C%E3%81%B0OK%E3%80%82

1
1
0

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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?