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
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.
The text was updated successfully, but these errors were encountered:
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 fromdefstruct
.The text was updated successfully, but these errors were encountered: