Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

How to disable parameter hints post completion when using gopls #3075

@kybom

Description

@kybom

What version of Go, VS Code & VS Code Go extension are you using?

  • Run go version to get version of Go
    • 1.14
  • Run code -v or code-insiders -v to get version of VS Code or VS Code Insiders
    • 1.42.1
  • Check your installed extensions to get the version of the VS Code Go extension
    • 0.13.1
  • Run go env GOOS GOARCH to get the operating system and processor arhcitecture details
    • linux amd64

Share the Go related settings you have added/edited

{ "editor.parameterHints.enabled": false, "go.useLanguageServer": true } 

Describe the bug

editor.parameterHints.enabled does not work,I want to disable parameter hints.
QQ截图20200228143509

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions