This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Releases: pontem-network/vscode-move-ide
Releases Β· pontem-network/vscode-move-ide
v0.4.8
v0.4.2 - Rollback executor cli to 0.9.5
- rollback executor (to 0.9.5), keep Move Language Server latest
- Libra std update
v0.4.1 - Fix duplicates in autocompletion
- keyword
as
is highlighted in function body - removed duplicates in completion list
- update Libra std to latest
- upd executor and mls to 0.9.6 (better spec support)
v0.4.0 - Move Code Completion
This version adds code completion.
Code Completion
Code completion feature currently works only for standard library modules. It includes
import, module methods and built-in functions suggestions based on cursor context.
More detail will be given in docs section which will be created and improved through
patches in 0.4 version of Move IDE.
Feature can be turned off in extension settings (move.autocomplete
).
Notes
- tree-sitter grammar integrated into a second Language Server which provides autocompletion
- binary downloader improved, all the platforms are supported (including Windows)
- completely refactored code, more error checks
- fixed highlighting of constants in scripts
v0.3.8 - module constants support
- syntax support for
const
- MLS updated to v0.9.4 (const support)
- syntax fixes - member import highlight added
- latest libra stdlib added
v0.3.7 - assert built-in, std at 0x1
Follow up on recent changes:
assert()
built-in- standard library at
0x1
address - libra and dfinance stdlib updated
- dependencies now support new features (move-build included!)
v0.3.6 - bytestring literal support
- fixes
move
andcopy
highlight - adds string literals to syntax
- move-runner and move-language server updated
- move-tools now supports win32
- commands are now run in terminal instead of modal (hooray!)
- Libra std is almost latest - just before built-in assert
move-build
arguments fixed for latest version
v0.3.5
- fixes move-executor run command
v0.3.4 - signer type support in MLS and syntax
- adds highlighting of
signer
type andmove_to
- move-language-server also updated to latest v0.8.2 along with move-executor
- Libra stdlib updated to latest version
v0.3.3 - scope-based syntax highlighting
- spec syntax support added
- scope-based regexps now only highlight correct statements in correct scope
- fixed few bugs in hl - address type param in generic now works properly
- fixed incorrect property name when using global config