Starcoin IDEThis is the repository for the Starcoin IDE vscode plugin. Available commandsThis extension wraps around Starcoin's
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 optionsUsers can create a .starcoin-ide/config file in the Move project root directory to customize the options of the mpm subcommand
Syntax highlightingThis extension uses vscode-move-syntax extension as a dependency for syntax highlighting. Move AnalyzerThis extension uses move-analyzer crate as Move Language Server. The following LSP are now supported:
Feedback IssueYou can give feedback here. ContributingWe 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 |