https://github.com/multiversx/mx-deprecated-ide-vscode
💻 Deprecated VS Code extension.
https://github.com/multiversx/mx-deprecated-ide-vscode
Last synced: about 1 year ago
JSON representation
💻 Deprecated VS Code extension.
- Host: GitHub
- URL: https://github.com/multiversx/mx-deprecated-ide-vscode
- Owner: multiversx
- License: mit
- Archived: true
- Created: 2019-09-24T07:05:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T12:08:39.000Z (over 1 year ago)
- Last Synced: 2024-11-20T13:20:28.364Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.44 MB
- Stars: 69
- Watchers: 25
- Forks: 36
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiversX IDE for Visual Studio Code
----
> **Warning**
> # This extension is no longer maintained.
-----
MultiversX IDE was an extension for Visual Studio Code that offered development support for MultiversX Smart Contracts written in Rust.
**Instead, developers are recommended to directly use [`sc-meta`](https://docs.multiversx.com/developers/meta/sc-meta-cli)** - tool of the [**SpaceCraft**](https://github.com/multiversx/mx-sdk-rs) Rust framework - in order to build and test smart contracts.
Additionally, for writing and debugging Smart Contracts written in Rust, the following extensions are recommended:
- [Rust Analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
- [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)