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.
From VSCode demo, help while in code complete
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.