gpt4 book ai didi

visual-studio-code - 将 .history 文件夹设置为被智能感知忽略

转载 作者:行者123 更新时间:2023-12-05 00:59:11 25 4
gpt4 key购买 nike

我需要忽略 .history 来自智能感知的文件夹。
现在当我开始输入 Focus 时看起来像这样:

enter image description here

正如您所看到的,intellisense 将为我提供在 .history 文件夹中找到的每个相同的类,这非常令人困惑(并找到正确的类)。

我尝试在 vscode 设置中找到一些东西,然后在 editor site但没有成功。

.history 文件夹被 git 忽略,显示在资源管理器和 tslint 中:

"files.exclude": {
"**/.history": true ...
},
"files.watcherExclude": {
"**/.history/**": true ...
},
"tslint.exclude": ["**/.history/**"] ...

如何从智能感知中忽略 .history?

下一部分基于 Matt 的回答

一个重要的假设:

Visual Studio Code 本身不包含自动导入和 你需要一个扩展 .

解决方案:

我正在使用分机 自动导入 (steoates.autoimport) 包含设置 autoimport.filesToScan .我从 "**/*.{ts,tsx}" 更改了默认值至 "{src,e2e,node_modules}/**/*.{ts,tsx}"现在一切都按我的预期工作。

最佳答案

无论您安装了提供自动导入功能的扩展程序,这些建议都会出现。请检查该扩展是否有自己的 exclude您还需要配置的设置

关于visual-studio-code - 将 .history 文件夹设置为被智能感知忽略,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44494280/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com