Skip to content

v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 00:22
e9056fe

Features

  • Doc comments are shown in hover tooltips
  • Unused parameters, variables, and fields offer a quick fix to "Remove unused var"
  • Go-to-definition on a virtual_parent.member() call now also jumps to every (currently known) subclass override

Bug fixes

  • Go-to-definition on the virtual_parent keyword now jumps to the state's owner class
  • Accepting an annotation suggestion like @wrapMethod no longer doubles the @
  • Starting a new annotation with @ before an existing one no longer suggests class names
  • Picking an annotation snippet now immediately shows a list of class names

What's Changed

  • Fix virtual_parent go to definition by @webspam in #293
  • List subclass overrides in virtual_parent jumps by @webspam in #294
  • Show doc comments in hovers by @webspam in #295
  • Add a quick fix to remove unused params, vars, and fields by @webspam in #296
  • Bundle wsformat in release zips by @webspam in #297
  • tmp: Add once-off workflow to build/release wsformat binary by @webspam in #298
  • tmp: Fix wsformat action using incorrect flags by @webspam in #299
  • Revert "tmp: Fix wsformat action using incorrect flags" by @webspam in #300
  • Revert "tmp: Add once-off workflow to build/release wsformat binary" by @webspam in #301
  • Fix annotation autocomplete by @webspam in #302
  • Avoid extra work on every keystroke by @webspam in #303
  • Version 0.13.0 by @webspam in #304

Full Changelog: v0.12.0...v0.13.0