ericclemmons / click-to-component

Option+Click React components in your browser to instantly open the source in VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

amirrezaDev1378 opened this issue · comments

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.

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