Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

enter image description here

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:

enter image description here

and WebStorm:

enter image description here

like image 414
Maxim Kolesnikov Avatar asked Oct 08 '13 10:10

Maxim Kolesnikov


People also ask

How do I turn off auto suggestions in IntelliJ?

By default, IntelliJ IDEA displays the code completion popup automatically as you type. If automatic completion is disabled, press Ctrl+Shift+Space or choose Code | Code Completion | Type-Matching from the main menu. If necessary, press Ctrl+Shift+Space once again.

How do I turn on hints in IntelliJ?

Open the Settings/Preferences dialog ( Ctrl+Alt+S ), select Editor | Inlay Hints | <required language>, and make sure the Parameter hints checkbox is selected.


1 Answers

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

like image 184
Gael Lafond Avatar answered Sep 28 '22 12:09

Gael Lafond