A Visual Studio extension for easily adding new files to any project. Simply hit Ctrl+Alt+N to create an empty file in the
selected folder or in the same folder as the selected file.
Features
Easily create any file with any file extension
Create files starting with a dot like .gitignore
Create deeper folder structures easily if required
Create folders when the entered name ends with a /
New: Create a razor file with all subfiles (*.razor, *.razor.cs, *.razor.css) by using MyComponent.blazor, or for scss instead of css, use MyComponent.blazors
Based on the excellent extension of Mads Kristensen "Add New File"