原子弹出窗口,真的很烦人
I have no idea what plugin is doing this, but it's incredibly annoying everytime I move mouse mouse to constantly get a popup. When I am coping and pasting code it pops up, and I have to click somewhere else, and it blocks so much of screen. Anyone know what plugin might be doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对我来说,这是由于
atom-ide-datatip
软件包而发生的。我进入了该软件包的设置,并没有选中的“自动显示datatip 鼠标悬停” ,然后检查“ ”自动显示datatip在 Cursor 保持“ ,因为这对我来说越来越少。我认为,如果您可以关闭某些数据类型的那些数据表,例如
int
和str
,那就太好了。我主要将此包用于功能参数弹出窗口。For me, this was happening because of the
atom-ide-datatip
package. I went into the settings for that package and unchecked "Show datatip automatically on mouse hover", and checked "Show datatip automatically on cursor stay" as that got in the way for me less.In my opinion, it would be nice if you could turn off those datatips for certain data types, like
int
andstr
. I mostly use this package for the function parameter popups.