Add Any FileDownload this extension from the VS Marketplace or get the CI build. A Visual Studio extension for easily adding new files to any project. Simply hit Shift+F2 to create an empty file in the selected folder or in the same folder as the selected file. Features
Show the dialogA new button is added to the context menu in Solution Explorer. You can either click that button or use the keybord shortcut Shift+F2. Create foldersCreate additional folders for your file by using forward-slash to specify the structure. For example, by typing scripts/test.js in the dialog, the folder scripts is created if it doesn't exist and the file test.js is then placed into it. Custom templatesCreate a KeywordsInside the template those keywords can be used:
Types of template3 types of template are available: Exact matchWhen creating the file Convention match or Partial matchIf you create a template with the name Extension matchWhen creating the file How can I help?If you enjoy using the extension, please give it a ????? rating on the [Visual Studio Marketplace][marketplace]. Should you encounter bugs or if you have feature requests, head on over to the [GitHub repo][repo] to open an issue if one doesn't already exist. Pull requests are also very welcome, since I can't always get around to fixing all bugs myself. This is a personal passion project, so my time is limited. Another way to help out is to sponser me on GitHub. |