Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Starcoin IDENew to Visual Studio Code? Get it now.

Starcoin IDE

starcoinorg

|
190 installs
| (2) | Free
Starcoin IDE for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Starcoin IDE

This is the repository for the Starcoin IDE.

Available commands

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

  • Starcoin: Build - mpm package build - runs build in the current project
  • Starcoin: Unit Test - mpm package test - runs unit tests in the current project
  • Starcoin: Integration Test - mpm integration-test - runs integration tests in the current project
  • Starcoin: Publish - mpm sandbox publish - Publish the resulting bytecodes on the storage/ directories
  • Starcoin: Doctor - mpm sandbox doctor - Run well-formedness checks on the storage/ directories
  • Starcoin: Check Compatibility - mpm check-compatibility - Check compatibility of the current project's modules comparing with remote chain state
  • Starcoin: Release - mpm release - release the package to release/ directories
  • Starcoin: Clean - cleans project's default storage/,build/ and release/ directories

To run any of these commands, use VSCode's command palette.

Syntax highlighting

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

Feedback Issue

You can give feedback here.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2022 Microsoft