Member-only story

7 VS Code Tricks you should Definitely Know 😍

Tapajyoti Bose

--

Want to be a VS Code Pro?

Here are 7 VS Code Tricks you should Definitely Know, which will undoubtedly take your productivity to the Moon πŸš€πŸŒ•!

1. Sticky Scroll

Do you often get lost while scrolling through a long file?

Sticky Scroll to the rescue! It shows you the functions/class you are in at the top of the screen, so you never get lost again!

You can enable it by going to Settings and searching for Sticky Scroll.

Or if are a nerd at heart, add the following to your settings.json file:

"editor.stickySrcoll.enabled": true

2. Command Palette

Need to execute a command fast? Command Palette is there to help!

--

--

Responses (2)