Releases: jballant/CommonJSAutoComplete
Releases · jballant/CommonJSAutoComplete
CommonJSAutoComplete - version 0.1.0
- Added preferences checkbox that allows you to ignore the casing when matching variables to modules
- Add more matches to var names. Now you can match node-modules or files with "-js" or "js" at the end of the name
- Default using relative paths for files in main js directory to "true"
- Fix bug that sometimes caused an error when user has multiple projects open
CommonJSAutoComplete - version 0.0.2
- Ensure blank node_modules configuration values default to "./node_modules"
- Fix for path bug when requiring relative file in same directory
- Path separators fix
- Added protections to handle exceptions resulting from incorrect configurations
CommonJSAutoComplete - version 0.0.1
- Fix bug with relative paths calculation
- Stopped adding semicolons to completion text, so comma separated variables
can be completed properly. Note: use smart statement completion to complete with semicolon - Fix bug producing error messages when typing local vars
CommonJSAutoComplete - version 0.0.0
v0.0.0 Update jar