asai icon indicating copy to clipboard operation
asai copied to clipboard

Current LSP backend is not compositional

Open favonia opened this issue 2 years ago • 4 comments

It should be noted that autocompletion, semantic tokens, document synchronization, go to definition/declaration, find references, hover, etc. are all out of the scope of asai. The current LSP backend is exclusive and makes it difficult to create an LSP server that has error reporting and other features. This has to be changed.

favonia avatar Aug 30 '23 06:08 favonia