💾 Archived View for pwshnotes.flounder.online › gemlog › 2022-08-15-sticky-scroll.gmi captured on 2023-04-19 at 22:32:04. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2023-12-28)

-=-=-=-=-=-=-

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

Sticky Scroll Announcement

FYI: Freeze columns or rows in Microsoft Excel | YouTube

Created: Monday, August 15, 2022

Updated: Monday, August 15, 2022