madskristensen / AddAnyFile

A Visual Studio extension
Apache License 2.0
262 stars 121 forks source link

Convention match template class/interface #107

Open tnesser opened 2 years ago

tnesser commented 2 years ago

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