slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.93k stars 566 forks source link

how to format slint file? #2670

Closed jiangyubao closed 1 year ago

jiangyubao commented 1 year ago

hi, we use vscode to edit slint file, and i can not find the format button to format slint file

ogoffart commented 1 year ago

There is an experimental work in progress for a formater in https://github.com/slint-ui/slint/tree/master/tools/fmt

But we should polish it and integrate it with the LSP ideally