Releases: ink-analyzer/ink-vscode
Releases · ink-analyzer/ink-vscode
v0.1.32
v0.1.31
- Code action for migrating ink! 4.x projects to ink! 5.0.
- Completions for full ink! entities (i.e. inserting full Rust items not just ink! attribute macros and arguments e.g. ink! constructor and message
fn
items as completions when typingfn
insideimpl
blocks e.t.c) - Code action for extracting ink! events into standalone packages (only for ink! v5 projects).
- Completions and code actions for
ink::combine_extensions!
declarative macro. - General performance and robustness improvements for semantic analyzer and language server.
v0.1.30
- Improve support for ink! workspace dependencies.
- General robustness improvements for semantic analyzer and language server.
v0.1.29
v0.1.28
v0.1.27
v0.1.26
- Improve contextual awareness for completions, code/intent actions and quickfixes (e.g. suggest unique ids and names for ink! entities).
v0.1.25
- General robustness updates.
v0.1.24
- General robustness improvements for semantic analyzer.
v0.1.23
- General robustness improvements for semantic analyzer.