Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Let help text of constants be more helpful

$
0
0

Hello,

if you have a constant:

const int constant = 5;

The help text on mouse-over just says:

local variable int constant;

You can't distinguish that from a non-constant identifier. It should be more distinctive.


Viewing all articles
Browse latest Browse all 1764

Trending Articles