vscode-glean icon indicating copy to clipboard operation
vscode-glean copied to clipboard

Atom extension plans?

Open vrinceanuv opened this issue 6 years ago • 4 comments

You have ever considered or had in mind Glean for atom? That would be great because I have what I love in Atom already and not looking to move to vscode(tried it though).

@labria ("cc-ing" just one of the team members to not spam all of them)

vrinceanuv avatar Oct 31 '18 08:10 vrinceanuv

Hey @valentynv. I've received several requests of that. Unfortunate I've never used atom. However, almost all of the extension is completely decoupled from vscode. You can see all of it in this adapter: https://github.com/wix/vscode-glean/blob/master/src/editor.ts

If you would like to create the atom version, I would be glad to provide assistance. Basically, ill extract the logic into a separate component, and you'll basically need to implement the functions you see here https://github.com/wix/vscode-glean/blob/master/src/editor.ts

Interested?

borislit avatar Oct 31 '18 10:10 borislit

@borislit nor very familiar with making plugins, but I'll tell you this. Will start looking into it, play with it, and after that, I am sure we can start doing that.

How does that sound?

vrinceanuv avatar Nov 01 '18 07:11 vrinceanuv

@vrinceanuv sound like a plan! Keep me posted in your research and ill do my best to assist!

borislit avatar Nov 02 '18 12:11 borislit

Haven't forgotten about this. Just had a lot of things to do, will try to find some time.

vrinceanuv avatar Feb 12 '19 08:02 vrinceanuv