-
Notifications
You must be signed in to change notification settings - Fork 1
dev@vstudio
Olivier DALET edited this page Jun 17, 2019
·
13 revisions
- Multiple Solution Explorer Tools
- https://docs.microsoft.com/en-us/visualstudio/ide/how-to-locate-and-organize-project-and-item-templates?view=vs-2017
- VS 2019 Tags: https://devblogs.microsoft.com/visualstudio/build-visual-studio-templates-with-tags-for-efficient-user-search-and-grouping/
-
Deploying vstemplate via vsix:
- https://docs.microsoft.com/en-us/visualstudio/extensibility/getting-started-with-the-vsix-project-template?view=vs-2017
- https://www.dotnetcurry.com/visualstudio/1243/create-project-template-visual-studio-2013-2015
- Using TemplateBuilder: https://blogs.endjin.com/2014/07/a-step-by-step-guide-to-developing-visual-studio-item-templates-using-sidewaffle/
- Example VSIX full of templates: https://github.com/LigerShark/side-waffle
-
Misc
- Create solutions and projects from C#: * Nager.TemplateBuilder (https://github.com/tinohager/Nager.TemplateBuilder)
- Experimental instance settings: %LOCALAPPDATA%\Microsoft\VisualStudio
- Simple local Gallery (Windows Service via Topshelf):
- Atom Generator: https://github.com/garrettpauls/VSGallery.AtomGenerator
- Private Gallery blog: https://devblogs.microsoft.com/visualstudio/create-a-private-gallery-for-self-hosted-visual-studio-extensions/
- PrivateGalleryCreator: https://github.com/madskristensen/PrivateGalleryCreator
- Open VSIX Gallery: http://vsixgallery.com/
- C++ with VS 2019 and Windows Subsystem for Linux (WSL): https://devblogs.microsoft.com/cppblog/c-with-visual-studio-2019-and-windows-subsystem-for-linux-wsl/
--> https://github.com/madskristensen/TextmateBundleInstaller