Did you ever want to add a simple command to the Visual Studio solution explorer, but found it to complicated to develop, debug, test and maintain a Visual Studio extension? QuiXtension provides a simple way to extend Visual Studio.
- Make it easier to add new features to visual studio - Make it easier to debug and test the features - Make it easier to distribute the new features in your organization QuiXtension provides - An own plugin system, that detects changes on your custom plugins and reloads the plugin immediatelly without closing/reopening visual studio - The possibility to check in your plugins and point to the checked in plugins in a settings files that must be located beside your solution file or in the root of your source control system
An API that extends the Visual Studio SDK and makes it easier to write new plugins will be available through NuGet |