英文:
Signature help docs missing
问题
我想让VSCode的功能与VSCode(golang)演示中的功能相同,并且与之前安装的版本相同。
有人可以提供所需的setting.json
文件吗?
VSCode演示中的文档(Signature Help
)显示在函数(Code completion
)旁边。
在我新安装的vscode:v1.76.2
gopls:v0.11.0
go:v1.20.1
中,Signature help
消失了。诚然,根据VSCode文档这里的说明,文档在函数的()
内部显示,但是这种同时具有Code completion
和Signature Help
的功能曾经存在,我希望能够恢复它。
我希望VSCode的工作方式:
我当前设置的演示:
英文:
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
Demonstration of my current setup:
答案1
得分: 1
这是“代码补全”的“更多”面板。将鼠标悬停在当前项目上,会出现一个向右的箭头图标。点击该图标可以切换“更多”面板。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论