
A request for support of (constructor) object initialization:
var myObject = new SomeType()
{
PropertyA = ValueA,
PropertyB = ValueB,
...
};
The intellisense doesn't restrict to the properties of the object being initialized.
Thanks.
A request for support of (constructor) object initialization:
var myObject = new SomeType()
{
PropertyA = ValueA,
PropertyB = ValueB,
...
};
The intellisense doesn't restrict to the properties of the object being initialized.
Thanks.
Also, I can't remember if you already support filtering of the intellisense list - ie, filters if the typed text is anywhere within the intillisense text?
Hi Jonathan,
Thanks, we'll mark this down to look into.
Yes, we do support completion list auto-shrink, described here.
Thank you.
Please log in to a validated account to post comments.