scalameta / metals-sublime

Sublime Text package for Metals, a language server for Scala
https://packagecontrol.io/packages/LSP-metals
Apache License 2.0
16 stars 10 forks source link

Add run scalafix command #100

Closed ayoub-benali closed 1 year ago

ayoub-benali commented 1 year ago

I was always possible to run scalafix rules on file save by setting

"lsp_code_actions_on_save":{
  "source.organizeImports": frue
}

But this commands gives another option for the user

Peek 2022-09-17 18-50

Fix https://github.com/scalameta/metals-sublime/issues/95