FurqanSoftware / codemirror-languageserver

Language Server integration for CodeMirror 6
BSD 3-Clause "New" or "Revised" License
183 stars 24 forks source link

Is there any plan to make it fully support LSP? (jump to def, find references, symbol search) #27

Open JohnAmadeo opened 10 months ago

JohnAmadeo commented 10 months ago

Thanks for building this amazing library! :)

I was looking at Langserver ("a community-driven site, maintained by Sourcegraph, to track development progress of LSP-compatible language servers and clients")

And found out this library is missing some features that would make it fully support LSP.

Screenshot 2023-10-24 at 11 06 06 AM

Are there any plans to implement the remaining features as shown above?