I’m trying to find a way to trigger hover information (like LSP hover docs) using a keyboard shortcut in Kate, similar to how Neovim/VSCode use K for hover info. Here’s what I’ve tried so far without success:
From command pallete
-
Diagnostics View → “Show Hover Info” (Does nothing?)
-
More Options → “Show Hover Info” (turns hover info on/off)
Is there any way to:
-
Assign a keyboard shortcut to trigger hover info at cursor position?
-
Access this functionality through the command menu?
Any suggestions would be greatly appreciated!