DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on • Updated on

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)