Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How could we write extensions for SSMS 2016? #46

Open
wmjordan opened this issue Jan 7, 2017 · 2 comments
Open

How could we write extensions for SSMS 2016? #46

wmjordan opened this issue Jan 7, 2017 · 2 comments

Comments

@wmjordan
Copy link

wmjordan commented Jan 7, 2017

No documentation is available on MSDN :(
Could you please show us some examples on writing extensions for the SQL Server Management Studio 2016?
Could we reuse the already opened connection within the extension in SSMS?

@ErikEJ
Copy link

ErikEJ commented Apr 10, 2017

I have some "sample" code here, that show you how to pull connection strings from Object Explorer https://github.com/ErikEJ/SqlCeToolbox/blob/master/src/GUI/SSMSToolbox/SSMSEngine/ObjectExplorerManager.cs (and also how to add a menu item to Object Explorer Database nodes)

@wmjordan
Copy link
Author

wmjordan commented Apr 12, 2017

@ErikEJ, thank you very much!
I'll definitely check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants