The new version of IDEA cancels the parameter name prompt, how does IDEA remove the variable type prompt

IDEA cancels the parameter name display and cancels the display of the formal parameter name prompt

1. Problem description

My IDEA version is version 2020.2, and this article is suitable for newer IDEA versions.

So how does Intellij idea remove prompts like the one shown below?

insert image description here

Two, the solution

File—>Setting–>Editor—>Inlay Hints—>Java

Remove the check mark in front of Show Parameter hints for, then Apply—>Ok

Or directly as shown in the figure below, right-click Disable Hints

insert image description here

Guess you like

Origin blog.csdn.net/m0_50736744/article/details/121625803