wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom extension plans?

vrinceanuv opened this issue · 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)

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 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 sound like a plan! Keep me posted in your research and ill do my best to assist!

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