如何让 Vscode Parameter Hints 不输入任何字符直接显示
How can I make Vscode Parameter Hints show directly without enter any character
我的 vscode 上的触发参数提示没有完成工作,我关注了这个问题 但没有帮助。
Keep in mind that in Mac OS ⌘ + Space may be set up to change the input language. In this case VS Code will not trigger the hints. So you may want to change the key combination either in Mac OS or in VS Code.
以上也是我的情况,默认的快捷键和Mac冲突,所以我改成了
但是,只有当我输入任何字符时,它才不会显示提示,就像这样
我要的是这样,不用输入任何字符,直接给我所有参数提示
总结:我希望Hints直接显示所有提示,不需要输入任何字符来激活它
你有什么想法吗?感谢你的帮助!非常感谢
您的屏幕截图显示正常的 IntelliSense 建议,而不是参数提示(参数提示显示您完成 function/method 调用时的参数)
使用trigger suggest
(ctrlspace)显示建议
我的 vscode 上的触发参数提示没有完成工作,我关注了这个问题
Keep in mind that in Mac OS ⌘ + Space may be set up to change the input language. In this case VS Code will not trigger the hints. So you may want to change the key combination either in Mac OS or in VS Code.
以上也是我的情况,默认的快捷键和Mac冲突,所以我改成了
但是,只有当我输入任何字符时,它才不会显示提示,就像这样
我要的是这样,不用输入任何字符,直接给我所有参数提示
总结:我希望Hints直接显示所有提示,不需要输入任何字符来激活它
你有什么想法吗?感谢你的帮助!非常感谢
您的屏幕截图显示正常的 IntelliSense 建议,而不是参数提示(参数提示显示您完成 function/method 调用时的参数)
使用trigger suggest
(ctrlspace)显示建议