简体   繁体   中英

How to disable auto show hints in JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm) on mouse over

How to disable auto show hints in IntelliJ IDEA on mouse over?

在此处输入图片说明

Edit :

This hint could be very big if you call existing method with incorrect parameters. It's very uncomfortable.

There are the same behaviour in PyCharm :

在此处输入图片说明

and WebStorm :

在此处输入图片说明

Those popups (or tooltips) has been my worst annoyance in the editor for a while. There is how I fixed it: On the editor, at the bottom-right of the window, there is a head icon. Click it and uncheck the box "Import popup".

You can have a look at this guide (with images) to help you finding the checkbox: http://www.jetbrains.com/idea/webhelp/disabling-inspections.html

I hope that can help you

TOTALLY: Open Settings (or Pereferences, if you are OS X user) dialog, choose Editor | Inspections . On the Mange tab (right pane of the dialog) select Copy . Then click the language node. Here you can find the setion that is probably responsible for your tooltips and disable it. Or disable the whole language node, if you like. This way you have all the IDE features working and no tooltips at all. You can return back to Project Default inspections profile when you need it.

PARTIALLY: Try to disable the respected intention action. Press Alt+Enter when you see the tooltip, select the action from the list and press the right arrow key . In the context menu, select "Disable" .

From JetBrains Forum .

You probably need to uncheck the Inlay Hints . For Windows 10 & PyCharm Community 2020.3.3 :

File > Settings > Editor > Inlay Hints

Uncheck Show hints for:

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