Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Releases: pontem-network/vscode-move-ide

v0.4.8

22 Mar 13:28
Compare
Choose a tag to compare
  • Pontem project supports this extension now. πŸš€
  • Fixed bug with directories inside standard libraries. πŸ§‘β€πŸ­

More updates coming in future weeks.

v0.4.2 - Rollback executor cli to 0.9.5

18 Sep 19:11
Compare
Choose a tag to compare
  • rollback executor (to 0.9.5), keep Move Language Server latest
  • Libra std update

v0.4.1 - Fix duplicates in autocompletion

03 Sep 16:30
Compare
Choose a tag to compare
  • 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

30 Jul 14:37
ca17f6d
Compare
Choose a tag to compare

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

15 Jul 18:56
Compare
Choose a tag to compare
  • 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

23 Jun 13:57
Compare
Choose a tag to compare

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

15 Jun 08:02
Compare
Choose a tag to compare
  • fixes move and copy 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

08 Jun 19:24
Compare
Choose a tag to compare
  • fixes move-executor run command

v0.3.4 - signer type support in MLS and syntax

08 Jun 18:20
Compare
Choose a tag to compare
  • adds highlighting of signer type and move_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

29 May 23:09
Compare
Choose a tag to compare
  • 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