RefactoringEssentials
RefactoringEssentials copied to clipboard
Feature request : extract readonly interface
trafficstars
It would be great if there was an option similar to VS built-in 'extract interface' that would allow to create read-only interfaces:
- no setters on properties
- no fields other than readonly
- methods to be chosen, but by default only those which name starts with Get
- etc.