The extension provides autocomplete for CustomUI for office ribbon (means, auto-complete for the built-in item identifiers, like idMso, insertBeforeMso, insertAfterMso and imageMso). Extension supports all office applications and is enabled by opening XML file in the Visual Studio editor, which belongs to customUI namespace, i.e. "http://schemas.microsoft.com/office/2009/07/customui" or previous version. The extension is based on the published Microsoft files, and includes the microsoft idMso database and msoImage database. Office 2010, 2013 and 2016 are supported. Reference links (thanks to): ImageMso tool on codeplex For the Visual Studio 2015 Version of the extension, please see my other extensions. Feedback is greatly appreciated (please post suggestions/bugs to GitHub) You can select target office application version in the settings:
-- Update 1.0.1 -- Fixed a problem with not working icons when 2016 is selected ---- |