Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight multiple line number in multi-cursor mode #135717

Closed
tomy0000000 opened this issue Oct 24, 2021 · 1 comment
Closed

Highlight multiple line number in multi-cursor mode #135717

tomy0000000 opened this issue Oct 24, 2021 · 1 comment
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@tomy0000000
Copy link

In some editor (e.g. Sublime), when I select multiple occurrence, all of the line number was highlighted.

Screen Shot 2021-10-24 at 1 41 14 PM

This can be useful when I want to navigate, edit, count between these occurrences. However, I can't seems to make this work in VS Code for now.

@alexdima
Copy link
Member

@tomy0000000 This can be obtained by configuring e.g.

"workbench.colorCustomizations": {
	"editor.lineHighlightBackground": "#eee"
},
"editor.renderLineHighlight": "gutter"

image

@alexdima alexdima added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Oct 25, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants