Table of Contents
The sui-move-analyzer is a Visual Studio Code plugin for Sui Move language developed by MoveBit. Although this is an alpha release, it has many useful features, such as highlight, autocomplete, go to definition/references, and so on.
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:
- See Move keywords and types highlighted in appropriate colors.
- As you type, Move keywords will appear as completion suggestions.
- If the opened Move source file is located within a buildable project (a
Move.tomlfile can be found in one of its parent directories), the following advanced features will also be available:- compiler diagnostics
- sui commands line tool(you need install Sui Client CLI locally)
- sui project template
- go to definition
- go to references
- type on hover
- inlay hints
- linter for move file
- ...
1.If you find any issues, please report a GitHub issue to the issue repository to get help.
2.Welcome to the developer discussion group as well: MoveAnalyzer.