How to turn off parameter name hints for code region in IntelliJ IDEA?

143 Views Asked by At

I have a chunk of code where I didn't want to see hints of parameter names.

I know there is a comment for turning off code formatting for a chunk of code (//@formatter:off), but I can't find something similar for parameter names hints.

There's only local setting for blacklisting methods:

enter image description here

But I don't want anyone to see parameters hint for my chunk of code. Any ideas?

1

There are 1 best solutions below

1
On

There is no way to do it for the code range, only for certain methods. Feature request would be welcome.