Skip to content

Add search field to error list #150

Description

@AlexisFinn

Expected behavior

It would be nice to filter specific errors via a text search field in the error list, so as to concentrate on correcting a specific type of error.
Ex1 - I want to search for 'unused' so as to quickly correct all the unused variable/function errors because its simple, highly unlikely to brake anything, and will greatly help to reduce the total number of errors.
Ex2 - I want to search for 'complexity' so as to concentrate on complicated conception mistakes that in the long run will greatly improve maintainability of my application.

Actual behavior

You can only filter by Plugin, Severity and new vs Old, but if you're not starting from scratch you suddenly have easily thousands of errors per-plugin and you're left to manually paginate through them to find stuff that can be quickly taken care of.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions