gpt4 book ai didi

angular - 在 Angular 上开发时无法自动完成和自动导入

转载 作者:行者123 更新时间:2023-12-05 04:07:56 25 4
gpt4 key购买 nike

我已经在 Windows 上安装了最新的 VSCode。然后我安装了 languaje 对 TypeScript 的支持最后,设置一些编辑器选项并安装一些扩展。

编辑器配置:

{
"editor.fontSize": 12,
"editor.minimap.enabled": false,
"files.autoSave": "onFocusChange",
"editor.find.autoFindInSelection": true,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.autoClosingBrackets": false,
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"html.format.indentInnerHtml": true,
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"workbench.colorTheme": "One Dark Pro"
}

扩展: Angular 语言服务 0.1.7Angular V5 片段 2.11.2自动导入 1.5.3Chrome 4.0.0 调试器TSLint 1.0.24还有一些图标/主题

我的问题是,例如,在 app.module.ts 文件中输入一些导入时,我无法获取模块列表。

你会建议我做什么?

谢谢

Suggestion list is not shown

Shows nothing

最佳答案

自动导入现在是 VS 代码中的默认功能!

尝试在您的扩展中关闭 Auto Import 1.5.3 并重新启动 vs code。

关于angular - 在 Angular 上开发时无法自动完成和自动导入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48214123/

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