📜 ⬆️ ⬇️

DXCore - Free library for creating plugins in Visual Studio



In this article we want to make a brief overview of DXCore and tell you how this .NET library can be useful.

DXCore is an absolutely free product that we have been developing and supporting since 2004. In a nutshell, DXCore makes it easy to develop extensions for Visual Studio.
')
We try to design the API of this library so as to simplify the process of creating plug-ins as much as possible - so that developers can focus on the functionality and, if possible, avoid the main difficulties of integrating with Visual Studio.

DXCore is designed for those who lack something in Visual Studio and who need to expand their development environment. We can say that not everyone has such a desire, and that in Visual Studio everything is already there and there is nothing to add something to it. And this may be true.

However, those developers who do not like to do monotonous and routine things always have a completely understandable desire to optimize their work by automating such routine things.

For DXCore, there are about 50 free open source plugins . For example, there is a replacement for the standard Visual Studio dialog for adding links to assemblies. The standard dialog is somewhat slow, even though in Visual Studio 2010 the loading of available assemblies is done in a separate thread.

On the basis of DXCore developed CodeRushXpress - another free product of the company DevExpress. CodeRushXpress includes about 50 refactorings and functionality for navigating and creating declarations in code.

So, the main services DXCore:

If you are interested, here is the link where you can download the DXCore library.

In future articles we would like to consider in more detail each of these areas. And what do you want to see first?

Source: https://habr.com/ru/post/105029/


All Articles