Skip to content
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

Support for renaming fields in structs #712

Open
scottming opened this issue Apr 21, 2024 · 0 comments
Open

Support for renaming fields in structs #712

scottming opened this issue Apr 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@scottming
Copy link
Collaborator

For those who frequently use structs, renaming struct fields is a common occurrence and manually changing them can be cumbersome. If we can support this after functions and modules, it would be very convenient.

However, handling structs generated by custom macros or Ecto Schema might be a bit tricky, but I think we can start with structs from defstruct.

@scottming scottming added the enhancement New feature or request label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant