← 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
EditorDescriptionDownload
VS CodeFree, huge extension ecosystem, rust-analyzer built-inDownload
RustRoverDedicated Rust IDE from JetBrains, smart refactoringDownload
IntelliJ IDEAWith the Rust plugin, great for multi-language projectsDownload
ZedLightning-fast editor written in Rust, native rust-analyzerDownload
NeovimModal terminal editor, fully customizable via LuaDownload
HelixRust-native modal editor with built-in LSP, works out of the boxDownload
Sublime TextFast, lightweight editor with rich Rust package supportDownload
EmacsExtensible, with eglot or lsp-mode for rust-analyzerDownload
Step 2 / 19