atom-pair icon indicating copy to clipboard operation
atom-pair copied to clipboard

VSCode Pair

Open jchannon opened this issue 9 years ago • 4 comments
trafficstars

Would you be interested in making this work in VSCode? If not any ideas how portable the code base would be to move it to VSCode if someone was willing to put the effort in?

Thanks

jchannon avatar Nov 15 '16 19:11 jchannon

@jpatel531 Can you possibly comment on the plausibility of writing plugins for other editors and IDE's which leverage the same pusher backend?

solvingj avatar Jan 12 '17 01:01 solvingj

Indeed, this would be awesome!

bookercodes avatar Jan 12 '17 13:01 bookercodes

If it's just interacting with the editor I don't see why it wouldn't be possible to do a similar extension for vscode. Looks like just a matter of hooking up lib/parser/ in a similar way as here, not sure on the stability of the api though as this is maintained by Pusher (why no npm module?). Don't want it to break a week later 😄

Tyriar avatar Jan 12 '17 21:01 Tyriar

As I've mentioned on Twitter, it's like 2 days of work for someone familiar with VSCode API.... shrugs

Krzysztof-Cieslak avatar Jan 12 '17 21:01 Krzysztof-Cieslak