VS 2022 17.8.3 Does AddQuickFile have the same functionality as AddAnyFile?
In AddAnyFile.
is there a way to add multiple files. eg: I type the file name MyView.xaml I would like it to add automatically "MyView.xaml.cs"
is there a way to select temple based on a rule (project capabilty, folder name, file name etc...) eg: if project capabilty is WPF and destination folder is Presenations and the typed file name is like Catatlog.*, AddAnyFile will add files Views/CatalogView.xamlViews/CatalogView.xaml.cs and ViewModels/CatalogViewModel.cs
Hi, I have some questions
AddQuickFile
have the same functionality asAddAnyFile
?AddAnyFile
.MyView.xaml
I would like it to add automatically "MyView.xaml.cs"AddAnyFile
will add filesViews/CatalogView.xaml
Views/CatalogView.xaml.cs
andViewModels/CatalogViewModel.cs