Answer a question

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

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

Logo

开发云社区提供前沿行业资讯和优质的学习知识,同时提供优质稳定、价格优惠的云主机、数据库、网络、云储存等云服务产品

更多推荐