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

Every time I press tab, enter, delete, etc., it's very laggy and not smooth. Is it possible to optimize the algorithm, or try to use rust to implement the algorithm? #1424

Open
HughLink opened this issue May 8, 2024 · 1 comment
Labels
Area: Input Related to editor input processing (key presses, key bindings). Needs More Info

Comments

@HughLink
Copy link
Contributor

HughLink commented May 8, 2024

Proposal

Other information

@yzhang-gh
Copy link
Owner

yzhang-gh commented May 8, 2024

It is not because the current implementation is slow but is because how VS Code processes key inputs. For your case, it is very likey that you have other extensions that may interfere with this one. You can check this with the command "reload with all extension disabled" and enable only this one to test.

@yzhang-gh yzhang-gh added Needs More Info Area: Input Related to editor input processing (key presses, key bindings). labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Input Related to editor input processing (key presses, key bindings). Needs More Info
Projects
None yet
Development

No branches or pull requests

2 participants