Smooth Caret Animation #61566
Pers1x
started this conversation in
Feature Requests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Add an optional smooth caret animation setting similar to VS Code’s editor.cursorSmoothCaretAnimation.
Currently, the caret instantly jumps to its new position whenever it moves. Instead, when enabled, the caret would smoothly interpolate between its previous and new visual positions over a very short duration (e.g. ~80 ms).
This would only animate the caret itself, not the text or editor contents and should preserve the existing behavior when disabled.
While this doesn’t add new functionality, it significantly improves the perceived polish of the editor.
Possible approach:
All reactions