babel-plugin-open-source
babel-plugin-open-source copied to clipboard
Alt + Click on rendered JSX to open it's source code in VSCode
Noticed it support phpstorm, does it support webstorm too?
Thanks for this coool plugin. This is something I didn't know I needed. 😆 🙏 I am not sure whether this should be merged but opening a PR here to...
1. Capture Phase listener allows the plugin to work for the cases where stopPropagation is done in the bubble phase. 2. Looking for the nearest parent element with dataset source...
@siddharthkp Please review this. It is the first draft and has a scope of improvement. Please let me know if I should add more explanation or any changes needs to...
The plugin is encountering issues in vite 4, specifically showing a warning message of "Duplicate 'data-source' attribute in JSX element." To resolve this issue, a change has been implemented to...