leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
198 stars 36 forks source link

Simplify copying the (long-form) message ID #112

Open stdedos opened 3 weeks ago

stdedos commented 3 weeks ago

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.

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.