After install register refactorings for classes and properties which name starts with lower case letter. Refactoring scope is only current document, no renaming for proprties or classes supported yet. General way of use:
After refactoring you may need to add using for DataMember attribute, also you may need to add reference to System.Runtime.Serialization. DataMember attribute supported by many JSON parsers such ServiceStack or JSON.NET. Sources will be soon.
|