Rust plugin
In its core, the Rust
plugin is a fancy wrapper around the File System Workspace
Prerequisites
- Install MSYS2 Environment
- Install the
rust
toolchain - Install
rust-analyzer
- Install the
rust
toolchain - Install
rust-analyzer
Create a new workspace
Similar to any other Workspace:
- From the main menu bar, choose
File
→New
→New workspace
- Choose the
Rust
workspace - Choose the folder for the workspace.
- Give the workspace a name (
rust
recommendations are to usesnake_case
naming conventions) - Once everything is installed, click F7 to build the skeleton
main.rs
file created