c# - Generating a static constructor with all fields in Xamarin studio -
pressing command+i on mac osx in xamarin studio gives me choice create constructor fields so:

however, don't see way make own custom code generators these. xamarin studio has way generate code "code snippets", however, can't find way parameter list using code snippets.
i looking way insert template c# class automatically lists local fields in order make static constructor. know of way?
Comments
Post a Comment