When I hover over a const method like this one
int TestClass::getValue() const {
...
}
the tooltip only shows "int TestClass::getValue()", without the "const". Currently, I work around this problem by setting the cursor on the method name (the definition field shows the full type including the "const").