Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到 webstorm 在项目资源管理器中有一个外部库节点。在那里我看到了 Node.js 0.6.15 以及 Node.js Globals 的一个选项。
两个问题:
外部库是否用于代码完成?
Node.js 被配置为 WebStorm 中的全局库。如果要使用其他版本,请删除现有库并按照文档配置新版本,在配置过程中将添加一个新的全局库。
它用于代码完成和调试模式下的单步执行。