Bug 480206 - Add Julia LSP support
Summary: Add Julia LSP support
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR task
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-23 07:24 UTC by Matthias
Modified: 2024-01-27 21:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias 2024-01-23 07:24:24 UTC
SUMMARY

Hi there. This Wiki contains the code needed to enable support for the LSP of Julia. 

https://github.com/julia-vscode/LanguageServer.jl/wiki/Kate#custom-lsp-setting

As you can see, is all what the user needs to do, is to run: 

1. julia
2. ]
3. add LanguageServer

Ideally, we could run those lines initially as well, but I think its the policy of Kate, to let that to the user entirely.
Comment 1 Christoph Cullmann 2024-01-27 21:03:57 UTC
kate.git master has that already