ryu1kn / vscode-text-marker

Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable
https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker
MIT License
87 stars 17 forks source link

Feature Request: Ignore leading whitespace on each line #94

Open anakinsleftleg opened 6 months ago

anakinsleftleg commented 6 months ago

I'd like to be able to highlight a block of code and have it find matching code without the leading whitespace also having to match.

Something like a setting where the regex used in the background to match would, after a new line, ignore whitespace until the next non-whitespace text.