https://bugs.kde.org/show_bug.cgi?id=372273
Francis Herne <m...@flherne.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@flherne.uk Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #1 from Francis Herne <m...@flherne.uk> --- kdev-python doesn't really support decorators in general, there are only special-cases for essential builtin ones. In this case, @property is only handled in the code-completion, which avoids suggesting brackets. Really handling decorators will be tricky, especially property() which is quite complicated. Perhaps we could just add more special-cases for the time being. -- You are receiving this mail because: You are watching all bug changes.