-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Investigate use of Editor Snapshots to improve performance #15
Comments
Also, investigate using |
As the extension fails to load in VS2017 (see #39 ), I tried it in VS2019 and here I get perf warnings is this related to this issue? |
It's possibly related. I haven't been able to track down the cause of the perf warning. |
Sorry for the delayed response. Recent illness has stopped me from working on anything but I hope to get to this eventually. |
ok, hope you get well soon |
Look to improve performance when updating the UI through the use of snapshots.
See https://docs.microsoft.com/en-us/visualstudio/extensibility/inside-the-editor?view=vs-2017#a-closer-look-at-the-text-model-and-the-text-view
Also various entries in https://github.com/Microsoft/VSSDK-Extensibility-Samples/
The text was updated successfully, but these errors were encountered: