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.
哪些 IDE 支持节点自动完成并可以附加到节点调试器?我使用了 Cloud9,它在节点上运行良好,但由于它托管在自己的服务器上,它无法访问我的专用网络。我也使用过eclipse,但自动完成不是很有效。
我们正在使用 node 构建一个 html5 网站,如果对 CSS 和 html 编辑也有很好的体验,那就太好了。
试试JetBrains 的WebStorm。您可以在其中调试节点,它具有很好的自动完成功能。
这里是带有自动完成和调试器的 Node.js 的最佳 IDE
我最近发现CodeLite支持nodejs调试。 自动完成功能适用于某些模块,但不知何故不适用于其他模块,例如Express。