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
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
Metals now has support for the user to visual select a piece of code and then get the type of everything selected.
Potential ways to implement?
This is piggy-backing on the current way hover requests are done. The only difference is that a range is sent in instead. You can see an example of how this is done here in nvim-metals: https://github.com/scalameta/nvim-metals/pull/232/files
Describe the feature
Metals now has support for the user to visual select a piece of code and then get the type of everything selected.
Potential ways to implement?
This is piggy-backing on the current way
hover
requests are done. The only difference is that a range is sent in instead. You can see an example of how this is done here innvim-metals
: https://github.com/scalameta/nvim-metals/pull/232/filesThis was added in: scalameta/metals#3178
The text was updated successfully, but these errors were encountered: