DEV Community

Cover image for 🧲 Sticky Scroll in vscode
Leonardo Montini for This is Learning

Posted on • Updated on • Originally published at leonardomontini.dev

🧲 Sticky Scroll in vscode

Classes and methods might get really long, making you lose context of what the code is about.

Visual Studio Code recently added a new cool feature you can enable in the settings, called Sticky Scroll.

When it’s enabled, everytime you go deeper on a nesting level, the first row remains sticky at the top of editor.

Thanks to the project being Open Source, on vscode the are constantly new smart features every month. Some of them, even if small, are highly appreciable!

Here a short video to see it in action!

YouTube Video


Thanks for reading this post, I hope you found it interesting!

Feel free to follow me to get notified when new articles are out ;)

Do you like my content? You might consider subscribing to my YouTube channel!
You can find it here:
YouTube

Top comments (1)

Collapse
 
mfurquimdev profile image
Mateus Furquim

This is awesome!

As a Vim user, I had to search for a Vim alternative, and here it is: wellle/context.vim.