This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Attaching the sources of Node.js core modules
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
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 compiled into the binary. So you have to download the Node.js source code andĀ attach it [...]