Configuring Webstorm to work with Nodejs
I have a problem with webstorm. That is, it does not autocomplete all the
time, I've managed my scopes well, so that is not the problem.
The thing is, whenever I try to access methods inside a nodejs app, the
only completion I get is exports. So, I can get express.exports.static,
but not express.static. How do I fix this?
I am using Webstorm 7 EAP.
No comments:
Post a Comment