-
Notifications
You must be signed in to change notification settings - Fork 91
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
viasfora making Visual studio input laggy ? #292
Comments
Has same input lags when Viasfora is enabled at Visual Studio 2019, 16.6.3 |
I was having frequent lockups (that required an IDE restart) and very bad input lag with C++ Intellisense. After disabling Viasfora, all those issues went away and the IDE feels snappy again. |
Same here, Visual Studio 2022 C++ hangs for about 6 seconds or even more. |
Same here too C# in Visual Studio 2022 |
Great extension Same here too C# in Visual Studio 2022 |
I always have VsVim and Visual Assist X loaded in my visual studio. I've been noticing really bad input lag for a while now, and finally decided to try to figure out which extension exactly was causing it.
This is all C++, BTW.
What happens is that every time I type a keystroke, the lag before the characters appear on the screen is noticeably annoying. Other places where this lag manifests is
Now, since I only got the extension for the rainbow braces, I did not think viasfora could be causing these issues. So I tried disabling VsVim and VaX, but got nowhere.
It was only when I disabled viasfora that Visual Studio became great again. No input lag, no completion lag etc.
I re-enabled viasfora, turned off keyword-related options (all the ones in that section, to be precise) and the performance is tolerable. It still does not feel as snappy as when the extension is disabled, but I am trying to live with it right now because the rainbow braces are really handy for me.
I am using Visual Studio 2019, 16.6.3
Let me know if I can do anything to help you troubleshoot.
The text was updated successfully, but these errors were encountered: