https://bugs.kde.org/show_bug.cgi?id=444883

--- Comment #19 from Waqar Ahmed <waqar....@gmail.com> ---
I have been thinking about this for a while and might have a solution.

We are limited by LSP(s), and also because how we are doing things(in Kate).
One major problem on Kate's side is that we start completing after one
character is typed. The LSP server, once it gets the 'm', is smart enough (or
dumb) to not send everything that matches. Hence we run out of possible matches
quickly once filtering happens on typing more chars.

The quick solution is to honor the "Minimum length to complete (default 3)"
setting by default. Starting completions on the first char is imo not a good
idea in itself. Plus we need to revert the hack that I put in earlier.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to