Skip to content

v0.0.23

Compare
Choose a tag to compare
@zardoy zardoy released this 25 Sep 13:57
02481bc

✨ New Features

  • improve inferring name of arrays:
    users.map(user => ).filter(user => ) also suggest item in more locations a3f755f
  • Meet new strict emmet! jsxEmmet.type was removed in favor of two new settings: jsxEmmet and jsxPseudoEmmet (which is disabled by default now) (#49)
  • Meet web support! New web-only feature: now it is possible to click on import paths! (#49)
  • fix array method snippets in some cases
  • add experimental declare missing property codefix. It will be most probably removed from here :D

🐛 Bug Fixes

  • fix: fix findNodeAtPosition that it was always looking for a node one char behind. To restore old behavior, use offset: offset - 1 in first arg. Also this fix now makes it receive data in the first arg.
  • restore suggestions sorting in more locations ec33dc3