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
This would be very nice, +1. This feature could be extended to constexpr functions too.