ericclemmons / click-to-component

Option+Click React components in your browser to instantly open the source in VS Code
MIT License
1.94k stars 75 forks source link

Adding support for jetbrains IDEs ( or any other IDE with web protocol support ) #81

Open amirrezaDev1378 opened 9 months ago

amirrezaDev1378 commented 9 months ago

Is your feature request related to a problem? Please describe. Adding support to open components in any code editor that supports web protocol.

Describe the solution you'd like I suggest adding more presets but also allowing developers to provide their handler.

Additional context I would be happy to send a pull request for this.

amirrezaDev1378 commented 9 months ago

Hello again, I looked into this matter, it needed some simple changes only. I created a pull request for this.

82