garyo / lsp-multiplexer

Simple LSP server multiplexer in python
5 stars 1 forks source link

Merge responses from multiple servers #2

Open garyo opened 4 days ago

garyo commented 4 days ago

At the moment, it only tries to merge completion responses. The basic merging structure is there, but more work is needed.

Methods that need merging:

Methods that are notifications (no response needed):

Methods that might need special handling: