Android Studio Turn Off Documentation Popup

流过昼夜 提交于 2019-12-05 17:39:13

问题


I've been fighting this for a while now. It's gotten really irritating. I've tried turning off

  • File->Settings->Editor->General->show quick documentation on mouse move
  • File->Settings->Editor->CodeCompletion->autopopup code completion
  • File->Settings->Editor->ParameterInfo->autopopup in (ms)
  • Dragging the documentation window to the side.

And none of these have worked. I'm using Android Studio 2.2.3 on Ubuntu Linux. What am I missing?
Thanks!


回答1:


This option

File->Settings->Editor->General->Other->uncheck "Show quick documentation on mouse move" worked for me on Android Studio 3.0.1

Regards!




回答2:


Android Studio -> Preference -> Editor -> General -> Code Completion -> Show the documentation pupup in XX ms

uncheck the option.



来源:https://stackoverflow.com/questions/41317708/android-studio-turn-off-documentation-popup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!