Issues With Creating a Template
Hi, I recently started using ReSharper and am very interested in the template feature. I read over the documentation, but am still not getting the desired result.
Here is my Template:
using System;
public class $TYPE$Asset : VariableAsset<$TYPE$> {}
The idea is that the user selects a type and class will create a class for that type with the name being $TYPE$ with the postfix of "Asset"
Please sign in to leave a comment.
Hello!
Thank you for contacting us.
Could you please provide code samples illustrating code before applying code template and after template has been applied (expected result).
Thank you.