简体   繁体   中英

How to keep popup on one screen in Intellij IDEA?

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

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:

在此输入图像描述

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