Category: Visual Studio Code

vs code ident rainbow extension

VS Code Indent Rainbow Extension

Today I’d like to share with you the Indent-Rainbow extension.   This extension colorizes the indentation in front of your text, making it more readable. 🌈 It’s especially helpful if you’re working with Python...

vs code sticky scroll

VS Code Sticky Scroll

Today I’d like to introduce you to sticky scrolling, a new helpful feature in VS Code. This feature lets you know in which scope you’re currently scrolling. It currently supports Classes, constructors, methods, Interfaces,...

vs code rainbow csv

VS Code Rainbow CSV Extension

Rainbow CSV extension will make your life easier if you’re working with CSV and TSV files. Highlight in different colors By default, if you open a CSV file it looks like plain text which...

vs code confirm before quit

VS Code Confirm Before Quit

The desktop version of VS Code has a new feature that pops a confirmation dialog before quitting the app. This feature however has been available for VS Code for Web for some time, so...