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

Implement metals/doctorVisibilityDidChange #84

Open ayoub-benali opened 2 years ago

ayoub-benali commented 2 years ago

See https://scalameta.org/metals/docs/integrations/new-editor#metalsdoctorvisibilitydidchange

This is currently blocked by some API limitation on the sublime side. For example there is no way to know when Doctor view is closed

ayoub-benali commented 2 years ago

Depends on