Back to Rustfmt

Running Rustfmt from IntelliJ or CLion

intellij.md

1.9.02.0 KB
Original Source

Running Rustfmt from IntelliJ or CLion

Installation

Configuration

Run Rustfmt on save

  • Open Rustfmt settings (File → Settings → Languages & Frameworks → Rust → Rustfmt) and enable "Run rustfmt on Save"

  • IntelliJ uses autosave, so now your files will always be formatted according to rustfmt. Alternatively you can use Ctrl+S to reformat file manually

Bind shortcut to "Reformat File with Rustfmt" action

  • Open the settings window (File → Settings) and search for "reformat"

  • Right-click on "Reformat File with Rustfmt" and assign a keyboard shortcut

  • Press "OK"

  • Done. You can now use rustfmt in an opened *.rs file with your previously specified shortcut