Have you ever felt like the New Item Dialog slows you down when you want to quickly create an empty file or a simple C# class? Browsing through a list of templates is sometimes necessary, but wouldn’t it be great if Visual Studio could figure out which template you needed based only on the file name?
If you answered yes, then you’ll want to use the new Quick Add Dialog! To get started being more productive with less clicking, download the latest preview version of Visual Studio:
Download Visual Studio 2022 17.5 Preview 2Try out the Quick Add experienceOnce you have the latest preview, give the new Quick Add feature a try by opening any solution. Right click on a folder or project and select Add > New Item… or type Ctrl+Shift+A, just as in the past. Instead of the old New Item Dialog, you’ll see the Quick Add Dialog!
With the quick add dialog, you can:1. Add a new file without browsing through the template list: MyClass.cs
2. Create nested folders in a single operation: Folder1/Folder2/, Folder1/Folder2/MyFile.cs
3. Add files with any extension, or no extension at all: File.MyExtension, README, .gitignoreTIP: Quick Add prepopulates a default extension for you, but you can hit Escape after opening the dialog to quickly clear the input box.
4. Add multiple files at once: File1.cs, File2.html or File.(cs, txt). The first example will create a File1.cs and File2.html. The second example will create a File.cs and a File.txt.
You can also quickly switch between the Quick Add Dialog and New Item Dialog. Visual Studio will remember your choice, so you get the experience that suits your needs best! And if you’d like to return directly to the Quick Add Dialog regardless of previous state, you can type Shift+F2. Keyboard shortcuts are configurable in Tools > Options > Environment > Keyboard.
We want your feedback!Quick Add is inspired by the Add New File extension. If you liked Add New File, we want you to love Quick Add! Quick Add adopts the same keyboard shortcut Add New File used, so you don’t have to memorize a new one.
If you’re interested in this feature, install the latest preview version of Visual Studio and try it out! Note that we’re still tuning the algorithm that chooses a template based on the project type and the file name you entered, so please let us know how we can improve it. Share your thoughts with us on the Add the extension “Add new file” as baseline ticket on Developer Community and vote by clicking thumbs-up/thumbs-down in the dialog.
Download Visual Studio 2022 17.5 Preview 2The post Adding new files just got a lot faster appeared first on Visual Studio Blog.