I saw a few other mentions of this while searching, but they were many years old. The content displayed in the tooltips generated by Visual Assist for member functions does not properly display the function's const specifier, if it has one. I find I have to manually go to the function declaration to see whether or not it is actually marked const, which tends to make it more difficult to refactor code and add const-correctness to existing codebases.
Is there any update on when this bug is intended to be fixed? The VAX database must already be recording this information when it parses the function declaration, right?