https://bugs.kde.org/show_bug.cgi?id=379108
Bug ID: 379108 Summary: Checking metadata display for targets in assignments Product: kdevelop Version: 5.1.0 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: markus.elfr...@web.de Target Milestone: --- I am wondering about the next detail during my use of the source code editor in the application “KDevelop 5.1.0-26.1”. I can get additional information displayed in a corresponding window after the mouse pointer is positioned over an identifier in an expression for a conditional statement. It seems that I do not get such a metadata display if I would like to inspect the same identifier when it is used within the target of assignments. Example: { struct my_info* ref; … ref = do_something(my_work); if (!ref) return -ENOMEM; … } Does different syntax colouring indicate also any further software development challenges there? -- You are receiving this mail because: You are watching all bug changes.