Hacker News new | ask | show | jobs
by siliconshinobi 2457 days ago
If the plugin you want to make is around language support in an editor (i.e. autocomplete, goto definition, or documentation), the Language Server Protocol might work.

https://microsoft.github.io/language-server-protocol/

https://microsoft.github.io/language-server-protocol/impleme...

1 comments

Hey! I didn't see your answer. That's very useful, thanks!