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): Office 2010 Help Files: Control Identifiers Feedback is greatly appreciated (please post suggestions/bugs to GitHub) You can select target office application version in the settings: --- update 1.0.3 --- Added support for VS 2019. --- update 1.0.2 --- Added support for VS 2017. --- update 1.0.1 --- Fixed issue with Office 2016 icons not appearing ---- For a version that works with other versions of Visual Studio, please check out: https://marketplace.visualstudio.com/items?itemName=NikolayBelyh.IdMsoAutocompletevs2022 https://marketplace.visualstudio.com/items?itemName=NikolayBelyh.IdMsoAutocompletevs2019 https://marketplace.visualstudio.com/items?itemName=NikolayBelyh.IdMsoAutocompletevs2017 https://marketplace.visualstudio.com/items?itemName=NikolayBelyh.IdMsoAutocompletevs2015 |