AddAnyFile
AddAnyFile copied to clipboard
A Visual Studio extension
Could you add support for .razor.cs files? As an example if I add the Counter.razor.cs file (to separate code from the layout of a Blazor control), it generates this template:...
It would be handy to be able to pass in optional parameters/text to the templates. They could be simply named optional1, optional2 etc.
If you have *Service.cs in different folders in a solution it would be great to be able to have different templates for each folder. Maybe this could be implemented by...
Please add such an extension to [the Rider editor](https://www.jetbrains.com/rider/) too 😭
### Description When one has the file-scoped namespaces option turned on in Tools > Options > Yada Yada, the generated file is missing the closing brace on the class if...
XAML template for Xamarin Forms developers - admittedly biased despite WPF or UWP using XAML as well.
### Description Using Add New File for C# classes and interfaces will add usings from the System namespaces even when implicit usings is enabled. I believe these can be overridden...
Hi, your cool extension is very nice, but is it possible to configure it, so it creates `sealed` classes?
This is an awesome extension, can we bring this to Visual Studio Mac 2022?
This pull request simply modifies the VSIX manifest to allow installation within Visual Studio 2022. The extension works perfectly well in my testing whilst using Visual Studio 2022, and I've...