DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on • Edited on

5

Visual Studio Code Tips in 2 minutes - How to highlight current line

In this video, I am going to show you a tip about highlighting current line visual studio code. It can be done via "workbench.colorCustomizations". There are other tons of options provided in workbench color customizations I will talk about that in upcoming videos.

Here is the code the same.


"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#e9f2fa",
// "editor.lineHighlightBackground": "#171a1a",
"editor.lineHighlightBorder": "#9292ac"
}

For more details please do watch my video.

If you like this video and wanted to see a similar kind of video then, please subscribe to my you tube channel at - https://bit.ly/codewithjv.

Also, Please comment about what content you want to see in my YouTube channel.

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay