RefactoringEssentials icon indicating copy to clipboard operation
RefactoringEssentials copied to clipboard

Feature request : extract readonly interface

Open mphelt opened this issue 7 years ago • 0 comments
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.

mphelt avatar Mar 07 '18 12:03 mphelt