codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 352 forks source link

Add Extension to Atmel Studio 7 library #521

Open joshbouganim opened 6 years ago

joshbouganim commented 6 years ago

Environment

Description

Please add this extension to the Atmel Studio 7 library, https://gallery.microchip.com/. This program uses Visual Studio 2015 as its IDE.

You can upload the extension here: https://gallery.microchip.com/packages/upload

codecadwallader commented 6 years ago

I'm not familiar with that program, but you're welcome to experiment with seeing if it can load into their version of the IDE.

joshbouganim commented 6 years ago

locally modified the VSIX manifest file to target Atmel Studio 7 and installation fails on:

1/30/2018 11:36:41 AM - Install Error : Microsoft.VisualStudio.ExtensionManager.MissingReferencesException: This extension cannot be installed because the following references are missing: -Microsoft.VisualStudio.MPF.11.0 (Visual Studio MPF 11.0)

I sent an email to the Atmel team asking why this is not in their IDE but in the meantime, is this dependency necessary for CodeMaid?

codecadwallader commented 6 years ago

Yes, it is part of the Visual Studio framework.