Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does anyone know how can I remove this ? #2466

Closed
jvleles opened this issue May 20, 2022 · 3 comments
Closed

Does anyone know how can I remove this ? #2466

jvleles opened this issue May 20, 2022 · 3 comments

Comments

@jvleles
Copy link

jvleles commented May 20, 2022

I want to remove this label:
image

@fbricon
Copy link
Collaborator

fbricon commented May 21, 2022

In your settings.json:

java.inlayHints.parameterNames.enabled: Enable/disable inlay hints for parameter names. Supported values are:

  • none(disable parameter name hints),
  • literals(Enable parameter name hints only for literal arguments)
  • all(Enable parameter name hints for literal and non-literal arguments).
    Defaults to literals.

@jvleles jvleles closed this as completed May 21, 2022
@Eskibear
Copy link
Contributor

Or to set vscode's setting editor.inlayHints.enabled to "offUnlessPressed" in case you want to see it in some case.

offUnlessPressed - Inlay hints hidden and shown with Ctrl+Alt

See https://code.visualstudio.com/updates/v1_67#_toggle-inlay-hints if you are interested in that.

@Sbrjt
Copy link

Sbrjt commented Jun 14, 2024

You may also search for it in the extension settings:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants