Skip to content

aptos-move-analyzer-release-v0.1.0

Compare
Choose a tag to compare

Features

Here are some of the features of the aptos-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
  • find references
  • inlay hints

Changelogs:

2024/1/2 v0.1.0

  • Support for generating Spec for structures and functions.
  • Support for generating Spec file for Move file.
  • Support for Goto Definition for module within the 'use' statement.
  • Support for Goto Definition for local variables within functions and the struct pack syntax.
  • Support Outline View for Move file.
  • Optimized log output