https://bugs.kde.org/show_bug.cgi?id=437012
Bug ID: 437012 Summary: LSP function autocompletion gets in the way for Haskell Product: kate Version: Git Platform: Other OS: All Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kwrite-bugs-n...@kde.org Reporter: 6year...@gmail.com Target Milestone: --- The following MR https://invent.kde.org/utilities/kate/-/merge_requests/342#note_211353 introduced adding "()" after completing an item of function kind. In Haskell even things like "x = 1" are basically 0-ary functions and are reported as such by Haskell LSP. Consequently, Kate places "()" for every completion I select, which in turn produce invalid Haskell syntax. Maybe this feature could be an option? -- You are receiving this mail because: You are watching all bug changes.