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
We currently have the pol lift subcommand which allows to lift all local matches/comatches of a given type to the toplevel. We should also make this functionality available as an LSP code action.
I think we should provide the following two code actions:
On the type declaration: Lift all local (co)matches of the given type to the toplevel.
On an individual (co)match: Lift this specific (co)match to the toplevel.
The text was updated successfully, but these errors were encountered:
We currently have the
pol lift
subcommand which allows to lift all local matches/comatches of a given type to the toplevel. We should also make this functionality available as an LSP code action.I think we should provide the following two code actions:
The text was updated successfully, but these errors were encountered: