You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/manual.adoc
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -383,6 +383,33 @@ If available in PATH or in some standard location, `rust-analyzer` is detected a
383
383
If `rust-analyzer` is not detected, Corrosion will prompt you for configuration of your Rust toolchain and language server with a link to the __Window > Preferences > Rust__ preference page; from here a button allows to download and configure `rust-analyzer`, but you can also reference another installation.
384
384
You'll need to close and reopen all .rs and Cargo files, or to restart the IDE, for this change to take effect.
385
385
386
+
=== Kate Text Editor
387
+
388
+
Support for the language server protocol is built into Kate through the LSP plugin, which is included by default.
389
+
It is preconfigured to use Rls for rust sources, but allows you to use rust-analyzer through a simple settings change.
390
+
In the LSP Client settings of Kate, copy the content of the third tab "default parameters" to the second tab "server configuration".
0 commit comments