Open Aaron-212 opened 6 months ago
I’d like to add, regarding the paddings, that it would be nice to be able to define custom paddings for both the left and right sides. Currently, in the buffer, there is no padding after the last character. This is how it’s working now:
Additionally, but this may need a dedicated issue, sometimes while typing, the text reaches the limit of the buffer viewport, and you end up typing blindly. Ideally, when you reach the end of the buffer viewport, it should automatically scroll horizontally to let you see what you are typing.
Check for existing issues
Describe the feature
Feature from VSCode. Two options to add top and bottom padding around the editor.
Related to #4962, the bottom padding is only applicable when
editor.scrollBeyondLastLine
is set to false.Also, I'd suggest using lines as unit instead of pixels.
If applicable, add mockups / screenshots to help present your vision of the feature