-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] "Replace with type synonym" action #1515
Conversation
I don't yet have the feature working, I just opened this PR to declare I'm working on the issue, once I have some screenshots I will attach them here. I can close the PR and reopen once the feature is actually working if that is how it's usually done. This PR is closely related to that feature but it's about adding that hint to the use site, in order to fold one instance of a type synonym. It should be useful for synonyms that come from libraries. |
Closing as dead. |
Adds an action to replace instances of the RHS of type synonyms in a type with their equivalent type synonym.
Also adds some tests for the retrie plugin.
Addresses #506