Bug 457172

Summary: Feature Request: add support for LSP (texlab)
Product: [Applications] kile Reporter: Olivier BELLEUX <o.g.m.belleux>
Component: generalAssignee: Michel Ludwig <michel.ludwig>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Olivier BELLEUX 2022-07-26 19:51:59 UTC
Kile is based on libktexteditor like kate; kate implements support for Language Server Protocol.

For LaTeX, there is texlab, a cross-platform implementation of the language server protocol providing rich 
cross-editing support for the LaTeX typesetting system.

There are also two servers for languagetool support:
- languagetool-languageserver
- ltex

With this new feature Kile would become the first LaTeX code editor to implement LSP support and thus offer all these improvements in LaTeX code writing.

Thank you very much for your great project and your work.