|
IntroductionA plugin to provide a quicker way to add some of the more common assemblies to your project. Loads in < 2 seconds.
UsageAssuming installation is done correctly, 'Quick Add Reference' should be available as a DXCore action. This action can be bound to a hotkey (I used Ctrl+AltT in testing). Triggering QuickAddReference leads to the main "Quick Add Reference" dialog which includes different tabs designed to show you different lists of potential references. Select one or more references and hit the add button. TabsEach tab provides a different list of potential references which you can add to the current project. Solution TabThe solution tab provides a list of references already in use in one or more of the projects in your solution. Recent TabThe recent tab will contain the 20 most recent assemblies added to a project using QuickAddReference. Common TabThis is a user configurable tab which by default contains the following assemblies. - System.Configuration.dll
- System.Data.dll
- System.Data.DataSetExtensions.dll
- System.Xml.dll
- System.Xml.Linq.dll
Win TabThis is a user configurable tab which by default contains the following assemblies. - System.Drawing.dll
- System.Windows.Forms.dll
Web TabThis is a user configurable tab which by default contains the following assemblies. - System.Web.dll
- System.Net.dll
- System.Web.Extensions.dll
- System.Web.Services.dll
More tabs will follow. Limitations- COM references cannot be added.
- Project references cannot be added.
CreditsPlugin by Rory Becker
|