- 
    Suggestion 
- 
    Resolution: Done
- 
    P3: Somewhat important 
- 
    None
- 
    Qt Creator 4.10.0-beta2
- 
    None
When hovering the mouse over a C++ constant (a variable declared with `const` or `constexpr`), it would be helpful if QtCreator displayed the constant value along with the variable type. The value is already displayed for enums, but not for constants.