-
-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hello Samir,
I need to report serious performance issues when using CodeNav v8.8.32 running on VS 2019 v16.11.4.
CodeNav generally makes VS 2019 significantly slow (compared to when CodeNav is disabled), e.g.
- When opening a file.
- When switching document (<Alt+Tab>).
- When splitting a document view in 2 (with the button above the right-hand scrollbar).
- When saving.
- ...
I've been using CodeNav since VS 2019 was released and I don't remember such severe issues in the past.
Note: I typically have 20 to 40 C# files open in VS, in case that matters.
Now and then, I even get bad performance warnings from VS, like the following one:
Visual Studio stopped responding for 7 seconds. Disabling the extension CodeNav 2019 8.8.32 might help.
Please investigate. I suggest you to do some serious code profiling to find out which part of CodeNav turns out to be slow and/or too memory hungry. I would also make sure that any event handler you may have is properly unregistered when needed, to avoid having them being still called when you no longer expect it. Just my 2 cents.
Best regards,
Didier