This is a cross-post from WebStorm & PhpStorm blog, originally posted by Sergey Simonchik.
When developing a Node.js application it can be convenient to have code completion, validation and debugging capabilities for Node core modules (fs, path, http, etc).
Unfortunately, these modules are com…