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

feat: support cursor editor #88

Closed alanhe421 closed 3 weeks ago

alanhe421 commented 1 month ago

Cursor is a fork of VS Code.

The URL scheme rules are the same.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 70ecc65b8018184685005460723244a624cfe00b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------------ | ----- | | click-to-react-component | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

ohkimur commented 1 month ago

@alanhe421 @ericclemmons This might be related to #82. Maybe there is a great benefit in merging #82 first and then adapting and merging this too.

alanhe421 commented 1 month ago

@ohkimur This change is not significant. Personally, I think it's fine to merge it in first, but waiting for #82 to be merged is also okay.

alexgorbatchev commented 1 month ago

I have published a fork which includes this PR https://github.com/alexgorbatchev/click-to-component-next

ericclemmons commented 3 weeks ago

I just did the same thing too. editor="cursor" and it worked!