在IntelliJ Ultimate 12中查看node.js api文档

时间:2013-10-30 04:06:02

标签: javascript node.js http intellij-idea

我无法将node.js api文档显示在文档窗口/弹出窗口(ctrl + q)中,其中javadoc通常用于java项目。对于此代码:

var http = require('http');

我可以在弹出窗口中看到require的文档......

node.js require has documentation

...但不适用于http ...

node.js "http" modules has no documentation

有趣的是,http.显示了带有功能签名的正确自动完成选项。

我正在使用:

  • IntelliJ IDEA Ultimate 12.1.6
  • 最新的JetBrains NodeJS插件(129.714)
  • “Node.js v0.10.21核心模块”作为库加载(来自source tar.gz)
  • Node.js v0.10.21根目录上的核心模块,HTML,HTML 5 / EcmaScript 5和Node.js Globals库以及(双文件)项目中的所有后代文件。

我已阅读this official blog post但未取得任何成功。作为参考,我正在尝试关注the Node Beginner tutorial

编辑:理想情况下会出现在弹出窗口中的the api doc's http entry

1 个答案:

答案 0 :(得分:1)

NodeJS集成目前不支持外部文档,请关注corresponding feature request