usernamehw / vscode-highlight-logical-line

Extension to highlight the entire active wrapped line

Home Page:https://marketplace.visualstudio.com/items?itemName=usernamehw.highlight-logical-line#overview

Repository from Github https://github.comusernamehw/vscode-highlight-logical-lineRepository from Github https://github.comusernamehw/vscode-highlight-logical-line

Highlight logical line

Please, upvote this feature to be in the core editor: vscode/36839


Highlights the entire active line:

Demo

Color can be changed in Settings:

"workbench.colorCustomizations": {
	"highlightLogicalLine.background": "#00000030",
	// also can be changed per each theme
	"[Default Dark+]": {
		"highlightLogicalLine.background": "#ff000020"
	}
}

Recommended Settings:

"editor.renderLineHighlight": "gutter",

It is also recommended to use transparent colors:

  • #000000
  • #00000088

About

Extension to highlight the entire active wrapped line

https://marketplace.visualstudio.com/items?itemName=usernamehw.highlight-logical-line#overview

License:MIT License


Languages

Language:TypeScript 68.5%Language:JavaScript 31.5%