First of all, thank you for your hard work on this project! It has been very helpful to me.
Is your feature request related to a problem?
Currently, the file paths displayed in the output are rendered as plain text. As shown in the screenshot below, I cannot interact with the path spaic/Neuron/Encoders.py to open the file directly.
Describe the solution you'd like
I would like to suggest adding support for clickable file paths. Ideally, the file path should be rendered as a hyperlink so that I can use Ctrl + Left Click to jump directly to the corresponding file in the editor (similar to how the VS Code terminal handles paths).
Additional context
Expected: The file path is highlighted/underlined and clickable (official opencode plugin in vscode).
Current: The file path is plain text (this plugin in pycharm).
Thank you for considering this request!