xsburg / vscode-javascript-booster

Sprinkle extra refactorings, code actions and commands over your JavaScript! 🍩 TypeScript and Flow are first class citizens as well!
https://marketplace.visualstudio.com/items?itemName=sburg.vscode-javascript-booster
160 stars 13 forks source link

Extract language server #15

Open slonoed opened 5 years ago

slonoed commented 5 years ago

Hello!

This plugin looks very interesting but limited to VSCode only. However, the server part is isolated enough to be useful as a standalone language server for JS refactoring. It will allow other editors to use it.

Do you have plans to extract the server into a separate package? I can help with this and would like to contribute to the project. I already have a similar project (https://github.com/slonoed/jsref) which very immature and I will be happy to join forces and not reinvent a wheel.