Developing node.js application on a remote environment
Hi folks! Need an advice.
It seems that pretty much was done in WebStorm for remote-machine-development since last version.
I succeeded to setup automatic deployment and run of my node.js scripts through IDE configurations for now, but I was able to do this on "Empty project" only. This way leaks code completion features :(
If I start "Node.js Express App", it is necessary to point local interpreter, and I haven't any on local machine.
So, thequestion is:
Is there a way to use remote interpreter with Node.js Express App?
Or... is there a way to turn node.js related code completion features on js files in "Empty project"?
Please sign in to leave a comment.
>Is there a way to use remote interpreter with Node.js Express App?
sure -you can enable remote interpreter for any project. what problems setting it up have you faced?
>is there a way to turn node.js related code completion features on js files in "Empty project"?
yes:) Just make sure to enable Node.js Core library in Settings | Languages & Frameworks | Node.js and NPM