do you plan to support the language server protocol (LSP) ? #1646
Replies: 3 comments 2 replies
-
Yes, LSP support is a highly anticipated feature and is actively being worked on. We want to get it right so it may be a while before it is released. As always, we encourage anyone who is able to get involved to help things move faster. |
Beta Was this translation helpful? Give feedback.
-
Hey @austincondiff, that is great to hear. Not sure how I could help out here (not a Swift or macOS API expert), but we have a lot of experience building language servers and helped out on implementing the LSP support for Eclipse, so maybe we could help by trying our language servers and giving feedback and reporting issues? Just an idea. So if we can get our hands on the work-in-progress in this area to try things and provide feedback, let me know. |
Beta Was this translation helpful? Give feedback.
-
See CodeEditApp/CodeEditSourceEditor#40 -- it looks like this has been the main tracking issue for the past couple of years. |
Beta Was this translation helpful? Give feedback.
-
Is there support for the language server protocol planned for CodeEdit? (https://microsoft.github.io/language-server-protocol/) It would allow CodeEdit to get deep and feature rich language support for all kinds of languages without the need to re-implement everything for every language. It would open up the door to have the same level of TypeScript support in CodeEdit as VSCode has - just by re-using the language server implementation of VSCode.
Any thoughts/plans around this?
Beta Was this translation helpful? Give feedback.
All reactions