We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the user's editor looks like this:
bar = unFoo foo ^
We could provide a code action that produces:
bar = foo.unFoo
We could also provide this functionality file-wide, either as a an action on the module or in the file explorer.
The text was updated successfully, but these errors were encountered:
I think this wouldn't be too hard: look for simple applications of functions which are record selectors, offer to rewrite them.
Sorry, something went wrong.
I would like to work on this.
overloaded record dot plugin intial version (closes haskell#3350)
4541d94
6d8bc5a
1edb489
Successfully merging a pull request may close this issue.
If the user's editor looks like this:
We could provide a code action that produces:
We could also provide this functionality file-wide, either as a an action on the module or in the file explorer.
The text was updated successfully, but these errors were encountered: