Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
24 lines (18 loc) · 1.07 KB

#NodeComplete

###Auto-complete suggestions for nodejs development in Sublime Text 3.

#####Current Features

  1. "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.

Input match on regular expression

...on pressing enter, relative path completion

#####Coming Features BIGIFX - Change so "curDir/..." is "./curDir/..."

  1. Build require functionality into command pallate
  2. Add options to turn on or off require completions in commmand pallate and/or completion prompts.
  3. Add code completion of core nodejs modules on prompts
  • Ex: Only add "fs" prompts when "fs." is the prefix for completion.
  1. Configurable exclude directories for require completion.
  2. Include top level packages from node_modules
  3. Update package.json so people can find this thing
  4. Publish in npm