VS Code Sticky Scroll
VS Code version 1.70 added the experimental feature "sticky scroll".
settings.json:
{ "editor.experimental.stickyScroll.enabled": true }
This allows the declaration for a code block to stay in view while scrolling vertically: similar to frozen rows in Excel.
An animated demonstration appears in the announcement.
References
FYI: Freeze columns or rows in Microsoft Excel | YouTube
Created: Monday, August 15, 2022
Updated: Monday, August 15, 2022
/gemlog/