earshinov / vscode-filter-lines

Extension for Visual Studio Code allowing to quickly find all lines matching a string or regular expression
https://marketplace.visualstudio.com/items?itemName=earshinov.filter-lines
MIT License
13 stars 3 forks source link

Use whole file as context #35

Open bobatsar opened 2 months ago

bobatsar commented 2 months ago

The functionality to filter with context (and have the context folded) is great.

Would it be possible to have the whole file as context and just do the fold for all other lines than the search? Then e.g. a logfile could be folded to quickly find the relevant places and then unfolded to see all lines at that specific place.

Thanks for the extension!!!

earshinov commented 2 months ago

Hey @bobatsar, thank you for the idea. It looks very useful to me. However, the extension has too many options already, so I think adding a new one warrants a better UI. I will see what I can do, but cannot promise any ETA.