-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create New File with Boilerplate Code Extension without a Project or Solution #5
Comments
If I understand the request correctly you're asking to support "solution items". Currently we are focused on getting project template support. After that we will work on standard Item Templates. |
@sayedihashimi I don't know if it considered "solution items" or not since it is not tied to an actual solution. This is basic the same as doing the following...
So my request here would be to have a template to also include/install your own types of files with its own boilerplate content. Uninstalling the template pack would also remove the file types. You're right, it is not connected to a project so I understand if there is more priority/focus for project template stuff. However, I could see some good benefits from allowing devs to add this scenario along with project related things within one template pack. Thx |
@shaggygi I'm looking into whether these are "solution items" or something else. I'm seeing a different set of templates available when doing
Yes, I agree that it's important to get done, but we need to ensure that the project template story is solid before moving to new areas. |
I just chatted with a dev here. File -> New File can be populated via standard Item Templates. Let's keep this open for now. When we do Item Template support lets check if they show up in File -> New File. |
It would be nice to have the ability to create an extension for a template pack to add a specific file type in Visual Studio. This type of extension would not be tied to a project, but in the New File Dialog. I requested this from the Visual Studio team a couple of years ago. They acknowledged request, but don't think they ever implemented. Having it in this new template pack format would be awesome 🎉
NOTE: This is similar to creating a new XML file, but scenario would be for selecting your file type instead.
Scenario Steps:
The text was updated successfully, but these errors were encountered: