emilast / vscode-logfile-highlighter

A Visual Studio Code extension for color highlighting log files
MIT License
191 stars 38 forks source link

Add log filter #75

Open bobatsar opened 5 years ago

bobatsar commented 5 years ago

Hi there,

I like your extension but I am coming from Atom and was used to this extension. https://atom.io/packages/language-log

It had the "filter" option to either filter by string, or by the Level filters (V,I,D,W,E) to show only the filtered lines.

I think both functions are really helpful when going through large files (e.g. to show only warnings and errors).

Is there any chance, a similar function can be included?

Thanks

emilast commented 5 years ago

That's a very good idea, but I will probably not have time write now to implement it right now. If someone creates a pull request for this, I'll be happy to include it ;-)