https://bugs.kde.org/show_bug.cgi?id=462383
--- Comment #7 from Waqar Ahmed <waqar....@gmail.com> --- Git commit 3a9e858c71cbd8a5021e73cb86fc52a7e5fa2b15 by Waqar Ahmed. Committed on 17/11/2024 at 08:02. Pushed by waqar into branch 'release/24.12'. Fix snippets not working unless completion is hard invoked They should not be completely disabled unless someone hard presses ctrl-space as it makes the experience very annoying. Overtime one can get used to the annoyance but I am not sure its a good idea. The new logic honors ktexteditor minimal word length and starts the completion if the last char is a letter. This should avoid the issue with snippet completion starting on pressing `.`. However, this might still be too simplistic but we can refine on it instead of hard disabling the feature Related: bug 495416 (cherry picked from commit a8463f8761d35701803367c38b416dbb724e015e) M +14 -8 addons/snippets/snippetcompletionmodel.cpp https://invent.kde.org/utilities/kate/-/commit/3a9e858c71cbd8a5021e73cb86fc52a7e5fa2b15 -- You are receiving this mail because: You are watching all bug changes.