coreh-deprecated/nide

Better Node.js documentation

csicar opened this issue · 1 comments

every documentation-page from Node.js is available as a JSON-file, which could make it easy to write a program, that read that data and presents it in the Mac osx design. A other goal is to make autocompetion easier to write (For Example: you type fs.readFile and the Program looks throw the JSON to find, which arguments this function takes, than is displays them in grey or sth.)