New version of CRMQuickDeploy adds tighter integration with CRM Developer Toolkit and productivity shortcut

I have released version 2.5 of CRMQuickDeploy (previously known as BNH.CRM.Debugging). This version adds tighter integration with CRM Developer Toolkit projects and a new productivity shortcut.

Download it now!

You can download the latest version of CRMQuickDeploy from the Visual Studio Gallery.

Tighter integration with CRM Developer Toolkit

For web resources, the extension now checks if the project is the CRM Developer Toolkit package project; and if so will use the Description, Display Name and Unique Name properties of the file to deploy the web resource.

1 File Properties

If the project is not a CRM Developer Toolkit package project, then the extension falls back to using the location of the file within the project to determine its unique name in CRM.

New productivity shortcut

A new keyboard shortcut (Alt + Q, F) and context menu has been added to the code editor for web resources.

2 Editor Context Menu

This command deploys the file that is currently opened in the editor to CRM.

Note that this command will only be enabled and appear in the editor context menu for files that are recognised as deployable web resources. This means the file must be located under the WebResources folder of the project, and must be one of the web resource types (e.g. JavaScript, CSS, HTML, XML, etc).

Changes to shortcut keys in previous versions

Previous versions of the extension uses shortcut keys beginning with Alt + D by default. In this version all shortcut keys have been changed to begin with Alt + Q to avoid conflict with Visual Studio’s OOTB commands.

Note that you can edit the shortcut key for all commands in Visual Studio by going to: Tools \ Customize \ Keyboard (on the Toolbars tab).

The complete list of shortcut keys in this version is as follow:

  • Alt + Q, B: Deploy assemblies to Bin Folder
  • Alt + Q, D: Deploy assembly to CRM Database
  • Alt + Q, G: Deploy assemblies to GAC
  • Alt + Q, W: Deploy web resources
  • Alt + Q, F: Deploy web resource in current editor to CRM
  • Alt + Q, A: Attach to Async Service
  • Alt + Q, I: Attach to IIS
  • Alt + Q, S: Attach to Sandbox Worker
Advertisement

About Bernado

Based in Australia, I am a freelance SharePoint and Dynamics CRM developer. I love developing innovative solutions that address business and everyday problems. Feel free to contact me if you think I can help you with your SharePoint or CRM implementation.
This entry was posted in CRM, CRMQuickDeploy. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s