https://bugs.kde.org/show_bug.cgi?id=462383
--- Comment #6 from Christoph Cullmann <christ...@cullmann.io> --- Git commit a8463f8761d35701803367c38b416dbb724e015e by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 09/11/2024 at 13:11. Pushed by cullmann into branch 'master'. 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 M +14 -8 addons/snippets/snippetcompletionmodel.cpp https://invent.kde.org/utilities/kate/-/commit/a8463f8761d35701803367c38b416dbb724e015e -- You are receiving this mail because: You are watching all bug changes.