quickfix/refactor idea: convert Record to class with properties
Open
Area-LangService-CodeRefactorings
Feature Request
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
Sometimes, you start with a Record type and want to move to class type afterwards (e.g. when introducing mutable members, or making the api more C# friendly).
A record can be substituted with a class that has matching property names. Of course all the sites where Record was instantiated needs to be fixed as well.
Contributor guide
Assessment
This issue has not been assessed yet.