Skip to content

aptos-move-analyzer-release-v0.1.6

Compare
Choose a tag to compare

This update includes changes to extension settings, so it is necessary to update both the LSP server and the Vscode plugin to version 0.1.6 simultaneously.

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
  • outline View

Changelogs:

2023/1/23 v0.1.6

  • Added support for automatic completion under the module, now providing completion information for formats like "module_name::item".
  • Added support for toggling Inlay-Hints, now possible to enable or disable its display in extension settings.
  • Added support for navigation in Inlay-Hints, currently only supports structures.
  • Added support for hover and Inlay-Hints in patterns within assignment statements.