govisual-studio-codesettingsdocumentationgopls

Signature help docs missing


I want VSCode to function how it does in the VSCode (golang) demo, and how it used to work on a previous install.

Can anybody provide the `setting.json needed for this?

The VSCode demo, here & here, shows the docs (Signature Help) displayed next to the function (Code completion).

On my new install of vscode:v1.76.2 gopls:v0.11.0 go:v1.20.1 the Signature help is missing. Admittedly the docs are displayed once inside the functions () as stated in the VSCode documentations here, however this dual Code completion and Signature Help used to exist and I'd like it back.

How I want VSCode to work:

From VSCode demo, help while in code complete enter image description here Snippet from VSCode docs

Demonstration of my current setup:

Signature help missing until inside function Demonstration of my current setup


Solution

  • This is the "More" panel of the Code completion. Hover on the current item and a chevron right icon will show up. Click that icon to toggle the "More" panel.

    enter image description here