If you create a template named Service.txt, and you create eg TestService.cs the template is successfully used.
But if you create a ITestService.cs, you would expect the standard interface template to be used, but instead the Service.txt template is used.
Description
If you create a template named Service.txt, and you create eg TestService.cs the template is successfully used. But if you create a ITestService.cs, you would expect the standard interface template to be used, but instead the Service.txt template is used.
Is there a way to handle this?
Thomas