← All Workshops
MudEngine Part 1: Requirements
Step 2 / 19
Install a text editor
You will need a text editor or IDE to write Rust code. Pick whatever suits your workflow — here are the most popular choices for Rust development.
🦀 Recommended Editors
| Editor | Description | Download |
|---|---|---|
| VS Code | Free, huge extension ecosystem, rust-analyzer built-in | Download |
| RustRover | Dedicated Rust IDE from JetBrains, smart refactoring | Download |
| IntelliJ IDEA | With the Rust plugin, great for multi-language projects | Download |
| Zed | Lightning-fast editor written in Rust, native rust-analyzer | Download |
| Neovim | Modal terminal editor, fully customizable via Lua | Download |
| Helix | Rust-native modal editor with built-in LSP, works out of the box | Download |
| Sublime Text | Fast, lightweight editor with rich Rust package support | Download |
| Emacs | Extensible, with eglot or lsp-mode for rust-analyzer | Download |
Step 2 / 19