- Minor improvements in Readme and
thenCatch
,exportNamedFunction
,exportDefaultFunction
snippets
- Add snippet for
require
anddefault module exports
- Fix the order for object and array destructuring
- Add snippet to handle promises (then, catch)
- Add console.log object
- Update
forof
andforin
statements - Add Vue file type support
- Add
console.table
sippet
- Change the spacing in import statements
- Add support for HTML extension files
- Console info snippet [#18]
- Add snippet for importing ES6 module without module name
- Input filename before variables in imports
- Add snippet for creating Promise
- Fix the cursor behavior when using
imp
to import a module - Change the trigger for creating anonymous function (
afn -> anfn
)
- Add support for JavaScript React and TypeScript React
- Remove new line addition from all import snippets