Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 18:20
· 140 commits to main since this release
8934bcf

Added

  • 🪄 Suggest missing import whenever possible
  • ️🧐 Marking self import as invalid
  • ️🧐 Marking duplicated type name as invalid
  • ️🧐 Marking empty and invalid import as invalid
  • ✨ Comment code through shortcut
  • 📝 Documentation for type reference
  • 🔎 Go to symbol for candid type
  • 📝 Structure view

Fixed

  • Added missing top level keyword import
  • Missing keyword completion for query and oneway
  • Stop suggesting top level keyword inside a service