PhpStorm Features und Settings in IntelliJ
Answered
I thought if you have an IntelliJ license, you can use all the features that each application provides.
I'm just wondering that I can't find the Node.js setting that PhpStorm provides in IntelliJ.
Is it possible to reinstall them?
Or can I use PhpStorm with the IntelliJ license?
Please sign in to leave a comment.
IntelliJ IDEA Ultimate does not bundle PHP or NodeJS support with default installation. To get it please install corresponding plugin: PHP, NodeJS, AngularJS etc. See also https://stackoverflow.com/a/13829907/2000323
Thank You