Bug 480206

Summary: Add Julia LSP support
Product: [Applications] kate Reporter: Matthias <shalokshalom>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: task CC: cullmann
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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