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

Filter messages by file pattern #46

Open
Stock84-dev opened this issue Feb 19, 2023 · 2 comments
Open

Filter messages by file pattern #46

Stock84-dev opened this issue Feb 19, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Stock84-dev
Copy link

When I am working on a large project there could be tons of errors. I usually work on one file then move to the next. The compiler errors are quite complex so it might take me a few hours to fix the file. It would be nice to add a CLI option to sort messages by file pattern (regex or something) so that I don't have to scroll through.

@alopatindev
Copy link
Member

alopatindev commented Mar 4, 2023

Not sure what exactly this feature would do right now if it existed, because currently all messages are grouped by file names and sorted by lines.

Maybe you mean you need to filter messages by file pattern instead?

@Stock84-dev
Copy link
Author

A filter could work.
It's not much of a priority. I could just start fixing the file that comes the last from the output.

@alopatindev alopatindev added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 22, 2023
@alopatindev alopatindev changed the title Sort by file pattern Filter messages by file pattern Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants