#NodeComplete
###Auto-complete suggestions for nodejs development in Sublime Text 3.
#####Current Features
- "require(..)" statement completion on open projects and folders.
- Begin typing "require" to see a list of importable modules from your current package. Relative path calculation is done automatically.
- Regular expression matching can be used for quickly requiring a module.
#####Coming Features BIGIFX - Change so "curDir/..." is "./curDir/..."
- Build require functionality into command pallate
- Add options to turn on or off require completions in commmand pallate and/or completion prompts.
- Add code completion of core nodejs modules on prompts
- Ex: Only add "fs" prompts when "fs." is the prefix for completion.
- Configurable exclude directories for require completion.
- Include top level packages from node_modules
- Update package.json so people can find this thing
- Publish in npm