xstefank
xstefank

Reputation: 178

Intellij idea - how to always show method parameter names

I have seen in several presentations the feature of always showing the parameter name like is shown in the image.

screenshot

How can I turn this on please?

Upvotes: 14

Views: 19191

Answers (4)

Smile
Smile

Reputation: 4088

Moving xeno's comment to answer.

As of Intelij Idea 2020.1, this feature is moved to Settings > Editor > Inlay Hints and includes some more advanced options

Upvotes: 11

chenxi65535
chenxi65535

Reputation: 131

Settings > Editor > General > Appearance > Show parameter name hints Configure... > Show for non-literals in case of multiple params with the same type

Upvotes: 13

Jelle den Burger
Jelle den Burger

Reputation: 1468

I think this is a feature of the IntelliJ IDEA Preview 2016.3, which is parameter hints.

Upvotes: 11

Jim Weaver
Jim Weaver

Reputation: 1033

You can also configure the popup delay when the cursor is inside the parens: https://www.jetbrains.com/help/idea/2016.2/viewing-method-parameter-information.html

Upvotes: 2

Related Questions