-
Notifications
You must be signed in to change notification settings - Fork 113
Description
This is just a feature request/question of how much work it would take to support the language server protocol.
Description from https://microsoft.github.io/language-server-protocol:
The idea behind the Language Server Protocol (LSP) is to standardize the protocol for how such servers and development tools communicate. This way, a single Language Server can be re-used in multiple development tools, which in turn can support multiple languages with minimal effort.
VS Code supports language server protocol. Since there is no good php extension today for VS Code, and if it's possible to modify SublimePHPCompanion it would make an excellent choice.
Since my python skills are close to none I cannot help with development but am wondering if this would be even possible with this library?