rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
14.31k stars 1.62k forks source link

Migrate `sort_items` Assist to Use `SyntaxFactory` #18538

Open tareknaser opened 1 day ago

tareknaser commented 1 day ago

part of #15710 and #18285 For this one, I had to pass AssistContext to other methods as well in order to get the file ID.