MultiversX IDE for Visual Studio CodeWhat is it?MultiversX IDE is an extension for Visual Studio Code that offers development support for MultiversX Smart Contracts written in Rust. Main features
How to get itMultiversX IDE can be installed from the Visual Studio Code Marketplace. Requirements and dependenciesOperating system
If you experience any issues, please let us know on Github, on Discord or on Telegram. mxpymxpy is the backend of the Visual Studio Code extension. mxpy is required by the MultiversX IDE. In order to install it, please follow these steps. Other dependenciesThe extension, via
Extension CommandsThis extension contributes the following commands (
Installing the rust debugger pretty printer scriptThe rust debugger pretty printer script for LLDB allows proper viewing of managed types (BigUint, ManagedBuffer etc.) when debugging smart contract rust tests. Prerequisites: First, make sure that the CodeLLDB extension is installed. This can be done directly from Visual Studio Code extensions menu. Then, from Visual Studio Code open the command menu via You will be prompted for the repository, branch and path for the pretty printer script. Simply leave the options blank in order to install the latest version of the script from mx-sdk-rs. ContributorsHow to publish an update of the extension
|