STEPS TO REPRODUCE 1. type a single letter in a string literal c++ OBSERVED RESULT very large completions window EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Created attachment 152642 [details] large_completions_window
This is supposed to be function signature completion, apparently. But obviously firing at the wrong time. Can be disabled from "Show function signature when typing function calls" in LSP plugin settings.
Created attachment 152643 [details] x11_large_completions
Can confirm what Bharadwaj says.
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/938
Git commit b0129eeabfd4a7702fa2ac90d7c2928998827332 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 10/10/2022 at 18:19. Pushed by cullmann into branch 'master'. LSP: Avoid triggering signature help all the time In some cases it can lead to really weird results. M +22 -4 addons/lspclient/lspclientcompletion.cpp https://invent.kde.org/utilities/kate/commit/b0129eeabfd4a7702fa2ac90d7c2928998827332