SUMMARY On branch master the Symbol Info of the LSPClient plug-in no longer works on Kate master. STEPS TO REPRODUCE 1. Open a document which have a proper LSP Server configured 2. Select menu entry LSP Client -> Symbol Info OBSERVED RESULT Virtually nothing happens EXPECTED RESULT Should open a hint window describing the details of the symbol found at the caret. SOFTWARE/OS VERSIONS Kate version: 23.11.70 Linux/KDE Plasma: Ubuntu 22.04 KDE Frameworks Version: 5.109.0 Qt Version: 5.15.3 ADDITIONAL INFORMATION This is broken for a while, but for example it was working properly on version 23.07.70. Tested shell/Python/Groovy, all the same, it is probably a problem with the plugin/kate itself.
Git commit e17372e8a345828454f65f027dfd454ceb10dc32 by Waqar Ahmed. Committed on 29/08/2023 at 17:35. Pushed by waqar into branch 'master'. lsp: Fix hover parsing M +3 -6 addons/lspclient/lspclientserver.cpp https://invent.kde.org/utilities/kate/-/commit/e17372e8a345828454f65f027dfd454ceb10dc32
Thanks for testing. We have switched to a new json parser so we really need lots of testing.