简体   繁体   中英

View node.js api docs in IntelliJ Ultimate 12

I am unable to get the node.js api documentation to appear in the documentation window/popup (ctrl+q) where the javadoc normally would be for a java project. For this code:

var http = require('http');

I can see the documentation for require in a popup...

node.js需要具有文档

... but not for http ...

node.js“ http”模块没有文档

Interestingly, http. reveals correct auto-complete options with function signatures.

I am using:

  • IntelliJ IDEA Ultimate 12.1.6
  • Latest JetBrains NodeJS plugin (129.714)
  • "Node.js v0.10.21 Core Modules" loaded as a library (from source tar.gz)
  • Node.js v0.10.21 Core Modules, HTML, HTML 5 / EcmaScript 5, and Node.js Globals libraries on the root and all descendant files in the (two file) project.

I have read through this official blog post but not had any success. For reference I am trying to follow the Node Beginner tutorial .

Edit: Ideally something like the api doc's http entry to appear in the popup.

目前,NodeJS集成不支持外部文档,请遵循相应的功能要求

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM