Helper to add node.js "require" clause to modules. Just press *ctrl+shift+m*, select the file and boom! * Windows: ctrl+shift+m * Linux: ctrl+shift+m * OSx: ⌘+⇧+m (command+shift+m) ![screencast](http://joseoncodecom.ipage.com/wp-content/uploads/images/require-helper.gif) ## Other modules Besides any javascript file you have in your directory, use: * native: [name] for things like "fs", "net", etc. * module: [name] for modules inside your node_modules folder ## Installation ### With Package Control Search "Require CommonJS Modules Helper". ### With [Package Decontrol](https://github.com/jfromaniello/Sublime-Package-Decontrol) ~~~ jfromaniello/sublime-node-require ~~~