https://bugs.kde.org/show_bug.cgi?id=373063
Bug ID: 373063 Summary: Tooltip for variables declared "auto" doesn't show actual type Product: kdevelop Version: git master Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: nicolas.alva...@gmail.com Target Milestone: --- If I have code like this: long x=42; auto y=x; The tooltip for 'y' says 'auto y'. I would expect it to say 'long y', or maybe show somewhere else in the tooltip what the deduced type is. -- You are receiving this mail because: You are watching all bug changes.