-
Notifications
You must be signed in to change notification settings - Fork 7
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
Please Provide Event Code Samples #33
Comments
@madskristensen even thou it would be nice to have code samples for the events. I got it working using `using Community.VisualStudio.Toolkit; using LinqLanguageEditor2022.Extensions; using Microsoft.VisualStudio; using System.Collections.Generic; using static System.Net.Mime.MediaTypeNames; namespace LinqLanguageEditor2022.ToolWindows
}` |
@madskristensen; Please provide some code samples for the events used in the ToolKit. I tried to create some from the code in the ToolKit on GitHub, but nothing is working correctly, or the events fire five times per action. Specifically, Editor document opened/created, and Editor document closed/destroyed.
The text was updated successfully, but these errors were encountered: