Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.98 KB

intellij.md

File metadata and controls

35 lines (22 loc) · 1.98 KB

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" 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" keymap

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

    shortcut_window

  • Press "OK" shortcut_after

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