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