Skip to content

Releases: jballant/CommonJSAutoComplete

CommonJSAutoComplete - version 0.1.0

07 Oct 18:43

Choose a tag to compare

  • 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

31 Jul 20:15

Choose a tag to compare

  • 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

24 Jul 16:57

Choose a tag to compare

  • 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

24 Jul 16:47

Choose a tag to compare