You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am experimenting with inlay hints for worksheets in https://github.com/scalameta/metals/pull/6827/files which means we would probably me able to move away from custom decoration protocol. Any opinions about that? I think this should work in Sublime Text without a lot of trouble?
The text was updated successfully, but these errors were encountered:
Hi, yeah Inlay hints are supported by the LSP package https://lsp.sublimetext.io/features/#inlay-hints so we should be able to switch over.
In theory it is just documenting the new settings and removing the support for the decoration protocol
Hi, I am experimenting with inlay hints for worksheets in https://github.com/scalameta/metals/pull/6827/files which means we would probably me able to move away from custom decoration protocol. Any opinions about that? I think this should work in Sublime Text without a lot of trouble?
The text was updated successfully, but these errors were encountered: