lsp_server icon indicating copy to clipboard operation
lsp_server copied to clipboard

Language Server Protocol server for SWI-Prolog

Results 9 lsp_server issues
Sort by recently updated
recently updated
newest added

Using the lsp-mode, I can get documentation for loaded system predicates, but I'm not sure how I should provide documentation for my own predicates so that they are discovered by...

i dont know how to configure vim to use scryer-prolog with this lsp

![Screenshot_20211110_213017](https://user-images.githubusercontent.com/49662650/141215270-6f9cf700-8760-4621-9e8b-536db970ab61.png) For some reason, while I'm writing, I don't get common methods suggestions and documentation. Is there a way to fix this?

Possibly using [pack(refactor)](https://www.swi-prolog.org/pack/list?p=refactor)

Apart from SWI Prolog it might be helpful in case of other Prolog implementations. I am more interested in compatibility with [Scryer Prolog](https://github.com/mthom/scryer-prolog) but maybe some other users will want...

Using https://www.swi-prolog.org/pldoc/doc/_SWI_/library/prolog_deps.pl

Contiunuing from #2 (LanguageClient) The main functionality I was looking for was to show the compilation errors with textDocument/publishDiagnostics; is that supported? If not, I have some code from someone...