Nek*_*kor 10 visual-studio-code auto-import
有什么办法告诉vscode不要从特定文件自动导入?
pan*_*ter 7
如果您的项目使用 TypeScript 4.8+,VSCode 现在原生支持此功能。
只需在设置菜单中搜索“自动导入”,或使用typescript.preferences.autoImportFileExcludePatternsjson 中的键即可。
typescript.preferences.autoImportFileExcludePatterns
Mat*_*ner 5
不会。VSCode将从您jsconfig或tsconfig项目中的所有文件中自动导入。
jsconfig
tsconfig
如果该文件不属于您的项目,则可以使用jsconfig或tsconfig中的excludesor includes/ files配置选项将其排除
excludes
includes
files
归档时间:
7 年,10 月 前
查看次数:
1565 次
最近记录: