File Templates on steriods Follow
Hello, does anyone know if there is an elegant way to create a file from a file template AND for the template to apply some additional logic based on a parameter? For example: somehow pass a list of method names into the create from file template so it generates a multitude of method stubs (one per item in the list) ? Regards,
Please sign in to leave a comment.
ReSharper doesn't have anything like this, as it stands. It would probably be a two step process - create the file from a file template, then use the Generate menu to insert the code. You might be able to automate that in a plugin, but there's no support out of the box.