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

Research best approach for injecting behavior into VS #1

Open
jbatte47 opened this issue Dec 27, 2013 · 1 comment
Open

Research best approach for injecting behavior into VS #1

jbatte47 opened this issue Dec 27, 2013 · 1 comment
Labels

Comments

@jbatte47
Copy link
Member

DoD: best (easiest / most time-effective) approach has been identified for developing an extension for Visual Studio 2012+ that meets the following criteria:

  1. Responds to project-level save events
  2. Responds to solution-level save events
  3. Responds to IDE exit events

I either need an editor extension or a VS Package, not sure which one yet.

I found two interfaces that I think represent where I'll get all my event hooks: SolutionEvents and ProjectEvents.

@jbatte47
Copy link
Member Author

Maybe look into leveraging DxCore for this.

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

No branches or pull requests

1 participant