Posted 17 years ago by Nik Verkhovtseff
Version: 4.0.0246
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Avatar
Hi,

It seems, that Quick Info isn't displayed for constants.

class MyClass
{
    private const string MyConst = "AAA";

    public string TestString
    {
    get
        {
            // Quick Info for MyConst isn't displayed
            return MyConst;
        }
    }
}
Thanks,
Nik

Comments (1)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks for the repro code. It appears that it wasn't resolving static members automatically without a type reference. This is now fixed for the next maintenance release.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.