https://bugs.kde.org/show_bug.cgi?id=437816
Bug ID: 437816 Summary: function signature tooltip appears only for string or variable. Product: kdevelop Version: 5.6.2 Platform: Neon Packages OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: Code completion Assignee: kdevelop-bugs-n...@kde.org Reporter: redlazyst...@outlook.com Target Milestone: --- Created attachment 138857 --> https://bugs.kde.org/attachment.cgi?id=138857&action=edit current behaviour SUMMARY I want to see function signature of the function I'm calling continuously, when I'm inside function calling brackets. This is shown by the upper tool-tip when calling a function. But it only appears when I'm passing a "string" (C string) or a variable. Once Ive chosen the variable/completed the string, function signature tooltip disappears until I start writing next parameter (which again should be either a string or variable). Ideally I want the upper (function signature) tool-tip to be always on whenever I'm inside function calling brackets. Lower (suggested variables) tool-tip is fine as it is. If implemented this can greatly help writing functions that take lots of numeric parameters. STEPS TO REPRODUCE 1. Open a project. 2. Write a function name (to call). 3. Start putting parameters. 4. Tool-tip disappears between parameters and for numeric parameters. OBSERVED RESULT The function signature is visible only if Im passing strings or variables. EXPECTED RESULT Function signature should be always visible (inside calling brackets). SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE neon 5.21 (available in About System) KDE Plasma Version: 5.21.5 KDE Frameworks Version: 5.82.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.