Issue Report Checklist
Problem Description
Offer a menu item called Copy when right clicking on a code analysis result.
What steps reproduce the problem?
- Open Python
- Run code analysis with F8
- Choose a result and right click on it
What is the expected output? What do you see instead?
This is not yet implemented. Expected would be that the copy paste buffer contains e.g.
C0209 (consider-using-f-string) line 164: Formatting a regular string which could be a f-string
Implementing this helps users search more easily for this result (or a part of it) online and makes it more easily to share this line with a colleague.
Versions
- Spyder version: 5.4.3 (pip)
- Python version: 3.10.6 64-bit
- Qt version: 5.15.3
- PyQt5 version: 5.15.6
- Operating System: Linux 6.2.6-76060206-generic
Dependencies
Issue Report Checklist
conda update spyder(orpip, if not using Anaconda)jupyter qtconsole(if console-related)spyder --resetProblem Description
Offer a menu item called
Copywhen right clicking on a code analysis result.What steps reproduce the problem?
What is the expected output? What do you see instead?
This is not yet implemented. Expected would be that the copy paste buffer contains e.g.
Implementing this helps users search more easily for this result (or a part of it) online and makes it more easily to share this line with a colleague.
Versions
Dependencies