click-to-component icon indicating copy to clipboard operation
click-to-component copied to clipboard

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

Results 29 click-to-component issues
Sort by recently updated
recently updated
newest added

Added support for Webstom and all other editors that support web protocols

**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...

## Fix for Cross-Site Scripting (XSS) Vulnerability I've identified a Cross-Site Scripting (XSS) vulnerability in this package. **Vulnerability Details:** - **Severity**: High/Critical - **Description**: There's a risk of malicious script...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

**To Reproduce** Steps to reproduce the behavior: 1. Create a Next.js 14+ application 2. Create a page with some components under it 3. Create a normal component and use it...

The installation and configuration section in the docs is missing how to configure this plugin if you're using Next.js 14 and the new [App Router](https://nextjs.org/docs/app). I got it to work...

Your work has been very useful to us and makes our development easy. But there is one thing we felt that can be improved is adding support to apps running...

I using the webpack to build React. How can I use this library with webpack? My code: `index.tsx` file ```tsx const container = document.getElementById('root'); const root = createRoot(container!); root.render( );...

**Describe the bug** Works inside the /pages directory, but not inside /app directory. **To Reproduce** 1. create fresh app `npx create-next-app@latest` 2. create /app/ClickToComponentClient.tsx, put at the top of the...

This should be similar as React, but will mean finding a similar solution like https://floating-vue.starpad.dev/guide/custom-component.html#full-example

enhancement
help wanted