On Wed, 6 Mar 2024 at 11:33, wrote:
> Owen,
>
> I've noticed that whenever you concatenate a string argument, NetBeans
> drops the inline hint for that argument, also. I am not sure if this is a
> bug, however, because I believe that this is what occurs simply to shortent
> the line, as the inlin
Owen,
I've noticed that whenever you concatenate a string argument, NetBeans drops
the inline hint for that argument, also. I am not sure if this is a bug,
however, because I believe that this is what occurs simply to shortent the
line, as the inline hints do not count against the character co
Hello.
I like the inline hints feature, as it helps me to understand which
arguments receive which values in method calls. However, I have noticed
something strange with variable length arguments.
The attached screenshot is of a call to a method with variable arguments,
and the screenshot shows t