Daniel Elliott
Daniel Elliott

Reputation: 22857

Is there a node.js documentation URl that is Webstorm compatbile?

I would like to have WebStorm resolve node.js functions (as I am a green square addict!)

Does anyone know how I can make this happen?

D

Upvotes: 2

Views: 660

Answers (2)

Mike Graf
Mike Graf

Reputation: 5317

Its now implemented:

  1. First you have to click the NodeJS icon

    NodeJS Icon

  2. Then fill out the details (try which node to find the interpreter binary), and I just allowed webstorm to download the source.

    Node.js setup

HTH

Upvotes: 0

yojimbo87
yojimbo87

Reputation: 68305

They are working on it.

Upvotes: 1

Related Questions