vscode-text-marker icon indicating copy to clipboard operation
vscode-text-marker copied to clipboard

Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable

Results 45 vscode-text-marker issues
Sort by recently updated
recently updated
newest added

Hello, Many times I only want to highlight a single line or text snippet and not any other matching text snippet throughout the document, so I wish there was a...

enhancement

I'm using VSCode + VIM extension, I like text marker very much. But I'm recently confused by the different behavior between "goToNextHighlight" command and "toggleHighlight" command. The first command (which...

The extension is awesome, thank you. I have been using the "Save All Highlights" a lot. And I change the colors, and the higlight regex frequently. Every time I do...

I'd be really useful if we could have multiple selections and toggle all of them at once. # How to reproduce 1) Select multiple lines with text 2) Highlight parts...

I often work with your extension, when paste code from a snippet collection. For example, I toggle REPLACE and can see all code in my snippet, needed in changes: `static...

Select or copy all highlights lines. Specially useful while working with log files. So i can save and filter the key info to another file

I have a log file with ~750k lines (~150 MB) and the highlighting doesn't work for this file. No problems with other files though.

help wanted

It would be great if there was an option to show your colors in the minimap too.

Recursive regex would be real useful when working with nested JSON objects. (sorry about the short feature request, but I think you get the idea)

enhancement

Sorry to ask this question here. Obviously, I have not completely figured out the composition of regular expressions - I cannot select text in several lines using a regular expression....

question