Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable parameter hints in IntelliJ IDEA?

Tags:

Does anybody know what is this?

enter image description here

And how can I turn it off?

like image 961
Jan Tajovsky Avatar asked Feb 20 '17 13:02

Jan Tajovsky


People also ask

How do I turn off hints in IntelliJ?

You can toggle and configure inlay hints on the corresponding settings pages under the Editor | Inlay Hints page of JetBrains Rider settings Ctrl+Alt+S . If you do not use inlay hints, you can disable them by clearing the Enable Inlay Hints in .

How do I hide usage in IntelliJ?

In the Power Save Mode (File | Power Save Mode), highlighting of usages is disabled. If necessary, you can disable the automatic highlighting. Press Ctrl+Alt+S to open the IDE settings and select Editor | Code Editing. Clear the Usages of element at caret checkbox in the Highlight on Caret Movement section.

How do I turn off hints in Pycharm?

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.


2 Answers

It's called parameter hints.

Can be disabled here:

hints

like image 60
CrazyCoder Avatar answered Sep 18 '22 09:09

CrazyCoder


Since IntelliJ IDEA 2019.3 these are called "Inlay Hints". See help pages for more info

IntelliJ IDEA | Settings > Editor > Inlay hints

like image 28
Vilius Avatar answered Sep 19 '22 09:09

Vilius