Releases: movebit/move
Releases · movebit/move
aptos-move-analyzer-release-v0.1.1
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/12 v0.1.1
- Support for lastest syntax, such as "for (i in 0..n)"
- fix crash sometimes on windows