Home

Awesome

Starcoin IDE

This is the repository for the Starcoin IDE vscode plugin.

Available commands

This extension wraps around Starcoin's mpm and provides quick access to the folllowing commands:

To run any of these commands, use VSCode's command palette, or right-click the Move.toml and select the command Run from the context menu that appears, or right-click the Move file in the source folder to run unit tests, or right-click the Move file in the integration tests folder to run integration tests or update integration test baseline.

Support custom build options

Users can create a .starcoin-ide/config file in the Move project root directory to customize the options of the mpm subcommand

[mpm.package.build]
OPTIONS=["--doc", "--abi", "--force"]

[mpm.integration-test]
OPTIONS=["--current-as-stdlib"]

Syntax highlighting

This extension uses vscode-move-syntax extension as a dependency for syntax highlighting.

Move Analyzer

This extension uses move-analyzer crate as Move Language Server.

The following LSP are now supported:

Feedback Issue

You can give feedback here.

Contributing

We welcome your contributions and thank you for working to improve the Starcoin contract development experience in VS Code. If you would like to help work on the Starcoin IDE, please see our contribution guide. It explains how to build and run the extension locally, and describes the architecture of the of starcoin IDE.

License

MIT