如何摆脱烦人的“newNode: node, offset: number"弹出窗口(智能感知?) [英] How to get rid of annoying "newNode: node, offset: number" popup (intellisense?)

查看:18
本文介绍了如何摆脱烦人的“newNode: node, offset: number"弹出窗口(智能感知?)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 Visual Studio Code 编辑 javascript 时,我不断收到一个无用且突兀的弹出窗口,显示某种不相关的方法签名

When editing javascript with Visual Studio Code I continuously get a useless and obtrusive popup showing some sort of irrelevant method signature

打字时它也不会消失.即使转义也不会删除它,但通常会点击其他代码.

It also won't go away when typing. Even escape won't remove it but clicking in some other code usually does.

我当前的用户配置如下

// Place your settings in this file to overwrite the default settings
{
    "python.pythonPath": "/home/ivo/Atom/bin/python",
    "python.linting.pylintEnabled": false,
    "python.linting.flake8Enabled": true,
    "python.unitTest.nosetestsEnabled": true,
    "python.unitTest.nosetestPath": "bin/django",
    "python.unitTest.nosetestArgs": ["test", "apps/"],
    "python.unitTest.unittestEnabled": false,
    "editor.acceptSuggestionOnEnter": false,
    "editor.fontSize": 13,
    "editor.renderControlCharacters": true,
    "editor.useTabStops": false,
    "editor.suggestOnTriggerCharacters": false,
    "editor.wordBasedSuggestions": false,
    "editor.quickSuggestions": false
}

推荐答案

要停止显示烦人的提示弹出窗口,请在 VSCode 中打开settings.json":(文件 -> 首选项 -> 设置).

To stop showing the annoying hint popups, open "settings.json" in VSCode: (File -> Preferences -> Settings).

在设置文件中添加以下行(包括引号),并保存:

Add the following line to the setting file (including quotes), and save it:

"editor.parameterHints": false

这篇关于如何摆脱烦人的“newNode: node, offset: number"弹出窗口(智能感知?)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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