VS代码Python智能感知花费的时间太长

时间:2019-07-05 00:00:14

标签: visual-studio-code intellisense

当前,加载本机python列表的自动竞争大约需要5-7秒。

如何减少此延迟?

我的settings.json:

{
    "workbench.startupEditor": "newUntitledFile",
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "files.exclude": {
        "**/.classpath": true,
        "**/.project": true,
        "**/.settings": true,
        "**/.factorypath": true
    },
    "[java]": {},
    "[kotlin]": {},
    "python.jediEnabled": false,
    "files.autoSave": "afterDelay",
    "window.zoomLevel": 0,
    "sync.gist": "ef3dadd05f186e95dd8198f71cc94dee",
    "gitlens.codeLens.authors.enabled": false,
    "gitlens.blame.compact": false,
    "gitlens.views.lineHistory.avatars": false,
    "workbench.iconTheme": "file-icons",
    "[python]": {
        "editor.defaultFormatter": "ms-python.python"
    },
    "editor.matchBrackets": false,
    "python.dataScience.sendSelectionToInteractiveWindow": false
}

0 个答案:

没有答案