This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
I would like to search e.g. for
Pylint: "v == w == ''" can be simplified to "not w", if it is striclty a string, as an empty string is falsey
error in pylint's documentation, and maybe report a bug.
- While the "panel view" lists that, it is not copyable
- While the on-code messages are copyable, the message ID is not in that message
Describe the solution you'd like
Make it somehow easier to get the message ID involved, instead of typing it manually
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.