Support for object initializer

SyntaxEditor .NET Languages Add-on for WPF Forum

Posted 12 years ago by Jonathan Reis
Version: 11.2.0554
Avatar

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.

Comments (3)

Posted 12 years ago by Jonathan Reis
Avatar

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?

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jonathan,

Thanks, we'll mark this down to look into.

Yes, we do support completion list auto-shrink, described here.


Actipro Software Support

Posted 12 years ago by Jonathan Reis
Avatar

Thank you.

The latest build of this product (v24.1.1) 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.