HvyIndustries / crane

PHP Intellisense/code-completion for VS Code
https://hvy.io/crane
Other
240 stars 25 forks source link

Language server as own npm package #89

Open Ciantic opened 8 years ago

Ciantic commented 8 years ago

This is more of an idea than issue, but if implemented, it could help drive adoption of the language server which is the meat of crane.

Idea is to have language server part as a own npm package, so that e.g. Atom and other editors could use it. This could drive more people working on the repository (fingers crossed).

PHP does not have a language server, only lot's of separate implementations. I have been looking for such, and having one generic server would be advantageous.

Thanks for considering.

nevadascout commented 8 years ago

I like this idea, I'll look into splitting the language server off into it's own repository at some point.

Thanks for suggesting!