Skip to content
Frederik Banning edited this page Oct 22, 2023 · 4 revisions

Kate with Julia LSP support

LanguageServer.jl can be easily used with Kate by using the pre-defined LSP setting that comes included with every Kate install. The default setting should cover most use cases (including Julia installations via Juliaup). But it also serves as a quick and easy starting point to copy and modify it, should you have a custom Julia installation that requires a few tweaks to the LSP setting.

Preparation

LanguageServer.jl has to be installed locally on your PC. It is recommended to install it into the base environment, i.e. @vX.Y. Open a Julia instance, run ]add LanguageServer, and it will be available to use in all other environments.

Clone this wiki locally