Skip to content

sui_move_analyzer_release_v1.1.1

Compare
Choose a tag to compare
@robinlzw robinlzw released this 23 Nov 10:39
· 24 commits to sui_move_analyzer since this release

Features

Here are some of the features of the sui-move-analyzer Visual Studio Code extension. To see them, open a Move source file (a file with a .move file extension) and if the opened Move source file is located within a buildable project (a Move.toml file can be found in one of its parent directories), the following advanced features will also be available:

  • compiler diagnostics
  • go to definition
  • go to references
  • type on hover
  • autocomplete

Changelogs:

2023/10/18 1.1.1

  • Added linter for a move file.

2023/07/25 1.0.0

  • Added inlay hint to variable.
  • Added inlay hint to parameter.
  • Added inlay hint to statement.