Skip to content

Releases: ink-analyzer/ink-vscode

v0.1.12

09 Oct 16:23
Compare
Choose a tag to compare
  • General robustness improvements for semantic analyzer.

v0.1.11

29 Sep 19:12
Compare
Choose a tag to compare
  • Signature help improvements.
  • Improvements to code actions for trait impl blocks.
  • General robustness improvements for semantic analyzer.

v0.1.10

25 Sep 15:42
Compare
Choose a tag to compare
  • Add signature help for ink! attribute arguments.
  • Add code actions for "flattening" ink! attributes.
  • General robustness improvements for semantic analyzer.

v0.1.9

19 Sep 09:29
Compare
Choose a tag to compare
  • Improve diagnostics and quickfixes for ambiguous attribute arguments.
  • Improve "primary" attribute and argument quickfixes.
  • General robustness improvements for semantic analyzer.

v0.1.8

18 Sep 15:59
Compare
Choose a tag to compare
  • Improve formatting of text edits (i.e. code actions and quickfixes) inserted after ADT fields.
  • General robustness improvements for semantic analyzer.

v0.1.7

13 Sep 09:02
Compare
Choose a tag to compare
  • Add code actions for adding ink! entities (i.e. code stubs/snippets for items not just attributes).
  • Improve formatting of text edits (i.e. code actions and quickfixes) inserted after comments and rustdoc.
  • General robustness improvements for semantic analyzer.

v0.1.6

10 Sep 11:13
Compare
Choose a tag to compare
  • Improve formatting of move and delete text edits (i.e. actions and quickfixes).
  • General robustness improvements for semantic analyzer.

v0.1.5

09 Sep 10:12
Compare
Choose a tag to compare
  • Improve formatting of text edits (i.e. actions and quickfixes) based on context.
  • Snippet parsing performance improvements.
  • General robustness improvements for semantic analyzer.

v0.1.4

07 Sep 14:58
Compare
Choose a tag to compare
  • Add quickfixes for diagnostic errors and warnings.
  • Add support for ink! e2e macro (i.e. diagnostics, completions, code/intent actions and hover content).
  • Add inlay hints for ink! attribute arguments with values.
  • Add support for multiple snippets in code actions.
  • Limit diagnostic ranges to item "declarations".
  • General robustness improvements for semantic analyzer.

v0.1.3

05 Aug 15:50
Compare
Choose a tag to compare
  • Documentation improvements.