An open API service indexing awesome lists of open source software.

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.

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)