【发布时间】:2017-11-26 01:07:51
【问题描述】:
【问题讨论】:
-
查看page 了解如何禁用这些工具提示
标签: javascript node.js webstorm
【问题讨论】:
标签: javascript node.js webstorm
您可以通过清除 Settings | Editor | General | Auto Import 中的 Add TypeScript imports automatically 复选框来完全禁用 TypeScript 自动导入 - 导入建议将在参考上的显式 Alt+Enter 上提供。如果您只想禁用特定语句的导入建议,可以在其上方添加 // noinspection TypeScriptUnresolvedVariable 评论
【讨论】:
这些建议来自Settings -> Editor -> Inspections -> TypeScript。如果不需要,请取消选中这些建议。
【讨论】: