You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
Is there a plan to provide a language server protocol implementation of AsyncAPI. That would allow text editors like VSCode, Vim, Atom, etc. to very easily create plugin supporting validation, completions, fixes, ...
btw: Thanks for the awesome work here.
The text was updated successfully, but these errors were encountered:
Also, the difference between a passive interpretation from a JSON/YAML Schema towards a full blown language server first has to be rationalized. Just formatting and some schema based error notifications can be already done by regular YAML/JSON editor schema support. A requirement for that is features could be like "Find All References" or "Code Action" (like jump to referenced schema) etc.
I am not really a JavaScript dev in my spare time ;) and I actually never applied AsyncAPI yet. I will first apply AsyncAPI to one of my projects and then I have to see what I do ;)
Is there a plan to provide a language server protocol implementation of AsyncAPI. That would allow text editors like VSCode, Vim, Atom, etc. to very easily create plugin supporting validation, completions, fixes, ...
btw: Thanks for the awesome work here.
The text was updated successfully, but these errors were encountered: