sqlformat icon indicating copy to clipboard operation
sqlformat copied to clipboard

Support integrating with Visual Studio

Open flcdrg opened this issue 10 years ago • 5 comments

http://blog.bagearon.com/2012/03/sql-server-management-studio-2012-color-themes-extension-support/

FYI looks like SSMS 2012 and above do support MEF extensions by installing into C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Extensions

flcdrg avatar Apr 13 '14 10:04 flcdrg

Hey Dave, does this SSMS 2012 integration work yet? If not, what is outstanding? I have just upgraded at work to SSMS 2012 and I'm missing this funcitonality!

benlaan avatar Mar 18 '15 04:03 benlaan

I think the only thing to finish before closing this item would be to fix the problem where it pops up a couple of alerts when it starts up. Otherwise should be fine. I should test it with 2014

flcdrg avatar Mar 18 '15 04:03 flcdrg

Cool. I'll have a look - hopefully tonight

On 18 March 2015 at 15:11, David Gardiner [email protected] wrote:

I think the only thing to finish before closing this item would be to fix the problem where it pops up a couple of alerts when it starts up. Otherwise should be fine. I should test it with 2014

— Reply to this email directly or view it on GitHub https://github.com/benlaan/sqlformat/issues/14#issuecomment-82736955.

http://benlaan.com

benlaan avatar Mar 18 '15 04:03 benlaan

@flcdrg - I debugged this last night and found that it is working when a config file it is looking for is present. I then modified the code to look for 'GenericPane' instead of 'DockingView' and it is now working on my machine.

I don't understand what MEF has to do with it?

benlaan avatar Jun 16 '15 02:06 benlaan

I originally thought it might be relevant, but I suspect for this kind of extension is might not be

flcdrg avatar Jun 16 '15 02:06 flcdrg