如何删除显示 VSCode 中函数定义的弹出窗口 [英] How to remove popup window showing function definition in VSCode

查看:43
本文介绍了如何删除显示 VSCode 中函数定义的弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在 VSCode 中编写函数体时,会弹出一个窗口,显示函数的定义,如所附屏幕截图所示.有谁知道我是否可以使用设置来删除它?

When I'm writing the body of a function in VSCode, a window pops up showing the definition of the function, as shown in the attached screenshot. Does anyone know if there's a setting I can use to remove this?

谢谢!

推荐答案

那个窗口是签名帮助/参数提示.按 esc 取消单个弹出窗口,或设置 "editor.parameterHints.enabled": false 以完全禁用它.

That window is the signature help / parameter hints. Press esc to cancel out of an individual popup, or set"editor.parameterHints.enabled": false to disable it entirely.

这篇关于如何删除显示 VSCode 中函数定义的弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆