-
Notifications
You must be signed in to change notification settings - Fork 90
Kate
Frederik Banning edited this page Oct 22, 2023
·
4 revisions
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.
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.