https://bugs.kde.org/show_bug.cgi?id=359504

            Bug ID: 359504
           Summary: Show values of constants when hovering them
           Product: kdevelop
           Version: git master
          Platform: Compiled Sources
                OS: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: aspotas...@gmail.com

Please display values of constants when hovering them with mouse pointer.

Examples of constants in C++:
  static const size_t size = 16;
  static const std::string blablabla("BlaBlaBla");

When you hover "size" or "blablabla" anywhere in the code where these
identifiers reference the above defined constants, a popup widget tells where
they are defined but doesn't show their values.

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to