Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use the Intellij Node.js plugin with PyCharm?

I'm running PyCharm 3.0 commercial and I'm trying to install the Node.js plugin (which is supposed to work with PyCharm). I've followed the several different directions to install the plugin but after I successfully install the plugin and restart PyCharm nothing appears next to the help button (as the install instructions say they should happen) and nothing referencing Node appears in Settings -> Javascript.

I am using the commercial version so that isn't the problem.

I'm using the newest version so that shouldn't be a problem.

I'm on MacOSX 10.8

like image 502
Bovard Avatar asked Oct 03 '22 19:10

Bovard


1 Answers

NodeJS icon was removed from the toolbar in PyCharm 3.0 as NodeJS isn't a primary instrument for Python developers. It only about visual presentation. Node.js settings can be found in Settings | JavaScript | Node.js.

like image 111
Sergey.Simonchik Avatar answered Oct 07 '22 15:10

Sergey.Simonchik