diff --git a/docs/getting-started/setup.mdx b/docs/getting-started/setup.mdx index 2b3beadc4..aa55c960a 100644 --- a/docs/getting-started/setup.mdx +++ b/docs/getting-started/setup.mdx @@ -36,6 +36,16 @@ Many editors have support for Rust. Visit the following link to find out how to configure your editor: https://www.rust-lang.org/tools +A popular editor is Visual Studio Code: + +- [Visual Studio Code] editor. +- [Rust Analyzer] for Rust language support. +- [CodeLLDB] for step-through-debugging. + +[Visual Studio Code]: https://code.visualstudio.com +[Rust Analyzer]: https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer +[CodeLLDB]: https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb + ## Install the Soroban CLI The Soroban CLI can execute Soroban contracts in the same environment the