How to keep popup on one screen in Intellij IDEA?

余生长醉 提交于 2019-12-11 11:14:37

问题


When I type dot and press ctrl+space, I see a pop-up with list of possible methods.

when I press ctrl+q i see another pop-up with javadoc for the selected method.

The problem is half of the popup is on the one screen and second half is on another screen. it's unreadable. how to make the pop-up stay on one screen?

ubuntu 14.04, mate, 2 monitors (extended desktop), intellij 2016.1.1


回答1:


The pin is your friend!

Press that pin in the top right corner to "Open as tool window"!

From that moment on, the documentation will always appear in that specific window. Just resize it and place it somewhere in your screen where it does not interfere with other things. From that moment on, every time you press Ctrl + Q the documentation will appear in that window.


Also, note you can change the font size:

But it may be more handy to drag the popup with the mouse:



来源:https://stackoverflow.com/questions/36447621/how-to-keep-popup-on-one-screen-in-intellij-idea

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