Missing integration of rustfmt
See original GitHub issueTo me it looks like currently there is no way to automatically or semi-automatically do source code formatting with rustfmt
.
- My preferred choice would be to run be able to configure
rustfmt
as a “Save action” - At least I would like to be able to press
Ctrl+Shift+F
(like for Java) and get the code formatted
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (10 by maintainers)
Top Results From Across the Web
Configuring Rustfmt
Configuring Rustfmt. Rustfmt is designed to be very configurable. You can create a TOML file called rustfmt.toml or .rustfmt.toml , place it in...
Read more >1591977 - "TypeError: run_rustfmt() missing 1 required positional ...
I wanted to see what would happen if I rust-formatted gfx/wr/webrender but got an error: mozilla mstange$ hg diff diff --git a/tools/lint/rustfmt.yml ...
Read more >Forced rustfmt is a roadblock to contributing - Rust Internals
I have used stable rustfmt in my projects for quite a while without issue. It does not seem very hard to configure your...
Read more >avr-device - crates.io: Rust Package Registry
avr-device is generated using atdf2svd and svd2rust . The vendor-provided atdf files can be found in vendor/ . The intermediate svd files are...
Read more >Why are most of Rustfmt features unstable? : r/rust - Reddit
I'm not sure if you're missing the point or being disingenuous, but I'll clarify: I have never been bothered by the code style...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, checking the logs shows:
Still I see one enhancement/fix here. If the RLS reports and error like that, that should pop up in the Eclipse error log.