https://bugs.kde.org/show_bug.cgi?id=369546
--- Comment #10 from RJVB <rjvber...@gmail.com> --- (In reply to Friedrich W. H. Kossebau from comment #6) > Still needs a full fix to support default values based on preprocessor > macros, but what I found so far (like INT_MAX or QStringLiteral). Yep, in my example above it now shows `dwMilliSeconds = <KDEV TODO>`. I don't know how complicated it would be to show the actual macro but as far as I'm concerned this could already go in "as is". I'd just replace "KDEV TODO" with something (translatable) like <CPP Macro (X)> where X is the actual value. Or just show the actual value. There's use for being able to see what value or substitution code is being inserted without having to hunt down that value or code through possibly multiple headerfiles. OTOH, that expansion could be limited to hovering over the actual definition instead of getting it also when you hover over each and every invocation (if you see what I mean...) -- You are receiving this mail because: You are watching all bug changes.