Nodejs plugin not available for intellij Follow
I cant find
http://plugins.intellij.net/plugin/?ruby&id=6098
in my Intellij plugins list. I have a fully licensed commercial copy.
Please sign in to leave a comment.
I cant find
http://plugins.intellij.net/plugin/?ruby&id=6098
in my Intellij plugins list. I have a fully licensed commercial copy.
Please sign in to leave a comment.
This plugin requires IntelliJ IDEA 10.5 or WebStorm 2.1 EAP builds.
On 22.04.2011 17:47, hvgotcodes wrote:
>
>
>
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
maxim, thanx for replying. I am trying to upgrade intellij but it tells me 10.0.3 is the latest....
Idea 10.5 is not yet released, early access builds are available at
http://confluence.jetbrains.net/display/IDEADEV/IDEA10.5EAP
On 22.04.2011 18:19, hvgotcodes wrote:
>
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
yep, thanx
maxim
any hints on how to use that plugin? Its not recognizing node specific code stuff like 'global' and 'require'.
You need to set Node path by pressing icon <> on toolbar, this will add Node content roots to current project.
You can also run / debug Node applications via run configuration (JavaScript debugger plugin should be enabled for latter).
maxim
ah ok. Im pointing it at
/Users/me/.nvm/v0.4.4
which is where node is installed on my machine. In that there are include/ lib/ and bin/ and share/ dirs
is that the correct path