Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Inline hints on VSCode? (Java) [duplicate]

I would like to disable this pop-up helper thing on my editor. How do I do that? There is a weird "next" thing beside my null. Thanks.

enter image description here

like image 791
BitCrusher Avatar asked Apr 28 '26 01:04

BitCrusher


1 Answers

Well, that text is called Inlay hints or Inline hints. More specifically inline parameter hints.

In the case of Java it will be the same as the parameter 'name' specified in Javadocs for the given function.

As shown below, enter image description here

You are seeing this most likely because you have one of Inline Parameters plugins installed and enabled.

You need to go to the settings -> Search inline -> Extensions - Java -> And set the value to disabled/none.

enter image description here

Alternatively, you can also disable the inline extension, or uncheck the Java language from the installed extension, like below, enter image description here

Once disabled your code should appear without inline parameter hints.

enter image description here

like image 94
Abdullah Leghari Avatar answered Apr 29 '26 17:04

Abdullah Leghari



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!