Ask HN: Is there a library for creating cross-editor plugins?
2 comments
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...
https://microsoft.github.io/language-server-protocol/
https://microsoft.github.io/language-server-protocol/impleme...
Hey! I didn't see your answer. That's very useful, thanks!
I'm not looking for specially fancy features, so it should be possible. However, I don't know if I'm looking the right keywords.