Samples
Samples copied to clipboard
I tried following the steps in the [VSIX cookbook](https://www.vsixcookbook.com/getting-started/your-first-extension.html), but I got a build error: ``` CreatePkgDef : error : ProvideCodeBaseAttribute: Could not load specified assembly: 'Community.VisualStudio.Toolkit' reason: Could not...
I am creating a custom project template, in which I want to add AzureFunction, while the project is being setup. To achieve it, I first created a custom wizard. Afterwards,...
The Open folder extension in the VSSDK-Extensibility-Samples repository is from vs2017. I am pretty sure things have changed and improved since. I think it would be nice to have an...
It would be nice to have a sample how to create a tool window with a custom treeview structure. This would be similar to something like the Solution Explorer where...