lspclient update

Mark Nauwelaerts mark.nauwelaerts at gmail.com
Sat Aug 3 22:50:36 BST 2019


On 02/08/19 21:45, Christoph Cullmann wrote:
> On 2019-07-29 13:04, Christoph Cullmann wrote:
>> On 2019-07-28 23:56, Mark Nauwelaerts wrote:
>>> Hi All,
>>>
>>> Some more commits have added support for code actions (server
>>> suggested fixes for diagnostics) and dealing with the document editing
>>> that is involved.  In related area, also document/rename is now
>>> handled (though server-side responses seem not reliably
>>> comprehensive).
>>
>> Quickfix support is cool ;=)
>
> Hi,
>
> I just played a bit with https://github.com/latex-lsp/texlab
>
> That LaTeX language server only works, if the language id is correct.
>
> I think that is something we shall support in the future, too,
> I assume other language servers might be as picky.
>
> (texlab seems to want to identify latex or bibtex depending on that)
>
> Greetings
> Christoph
Thanks for experimenting with that, I pushed some commits that should now set a 
proper language id (for most cases at least).

I am trying to add some support for onTypeFormatting, but it's a bit of a long 
shot at a moving target since e.g. clangd support there is also in "recent 
flux".  So, in any case, it will not be enabled by default.

Besides/beyond that maybe some default shortcut keys could be added for some 
actions (I am used to F2 for goto definition by the way ;-) ) and some plugin 
documentation could be added/started.

Regards,
Mark.


More information about the KWrite-Devel mailing list