https://bugs.kde.org/show_bug.cgi?id=503414
Christoph Cullmann <christ...@cullmann.dev> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/kate/-/commit/2650a5e | |6b02f9524e9c17c77fe7d7832f5 | |acbb21 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #6 from Christoph Cullmann <christ...@cullmann.dev> --- Git commit 2650a5e6b02f9524e9c17c77fe7d7832f5acbb21 by Christoph Cullmann, on behalf of Yuri Timenkov. Committed on 05/07/2025 at 08:21. Pushed by cullmann into branch 'master'. Automatically highlight symbol under cursor Instead of explicit command to get all highlights of the symbol under the cursor this send these requests to LSP automatically in background. Added Next/Previous actions simplify researching the code by allowing quickly jump around symbol usages. M +1 -0 addons/lspclient/CMakeLists.txt M +3 -0 addons/lspclient/lspclientconfigpage.cpp M +3 -0 addons/lspclient/lspclientplugin.cpp M +1 -0 addons/lspclient/lspclientplugin.h M +9 -1 addons/lspclient/lspclientpluginview.cpp A +157 -0 addons/lspclient/lspclientsymbolhighlighter.cpp [License: MIT] A +60 -0 addons/lspclient/lspclientsymbolhighlighter.h [License: MIT] M +30 -23 addons/lspclient/lspconfigwidget.ui https://invent.kde.org/utilities/kate/-/commit/2650a5e6b02f9524e9c17c77fe7d7832f5acbb21 -- You are receiving this mail because: You are watching all bug changes.