简体   繁体   中英

How to stop Android Studio documentation panel appearing

I've recently upgraded to Android Studio 3.3.1 and I have noticed the documentation panel now appears whenever I start typing something or do ctrl-space completion. I can't find a way to stop it doing this; I've undocked it, unpinned it, and specified "remove from sidebar" but it just keeps coming back.

What is the point of "remove from sidebar" if it just reinserts itself as soon as I start typing in the editor?

This would be slightly less annoying if it didn't frequently lock up AS while it attempts to get documentation when I'm editing XML files. It's really annoying and driving me mad.

万一其他人遇到了麻烦,我发现最好的解决方案是抓住面板的左边缘,将其紧靠主窗口的右侧关闭,从而有效地将其隐藏起来。

Untick this, I occasionally enable it via a keyboard shortcut (I think) and the panel pops open when I hover over a method or class.

In Settings > Editor > Code Editing > Quick Documentation

Android Studio 代码编辑设置

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM