Kate LSP quick fix click

When using a LSP with Kate, one right clicks to enact a quickfix for warnings and errors. However, the suggestions are also listed in the Diagnostics tab.

I believe it would be beneficial if some method existed to apply fixes from the Diagnostics list. Possibilities include option in the context menu, key bind, or button in the tab.

Thoughts?

default keyboard shortcut is Ctrl + ..

In diagnostics list, double click the item that has (fix available). It will show you the fix(es). Double clicking that fix will apply it.

Thanks for the quick response! Maybe this is Rust specific, but fixes in Diagnostics are not showing (fix available). Quickfixes only appear when right clicking the code.

Then most likely rust-analyzer doesn’t support this.

I decided to test whether this was a Kate problem or a rust-analyzer one.

VSCodium can do it with no complaints.

Sad to say but I may have to switch over to using that.

Tried it myself now. Seems to work, there is no “fix available” though. See Screencast_20260218_111233