Apex Coding Page Completion

Issue #11 resolved
Walton Choy created an issue

When coding in apex, it would be really nice to be like Page.<list of pages>

Comments (1)

  1. Scott Wells repo owner

    Added support for Page.<pageName> that evaluates to a PageReference for completion.

    Added support for [Schema.]SObjectType.<objectTypeName> and <objectTypeName>.SObjectType that evaluate to a DescribeSObjectResult for completion.

    Added support for [Schema.]SObjectType.<objectTypeName>.fields.<fieldName> and <objectTypeName>.SObjectType.fields.<fieldName> that evaluate to the type of the referenced field for completion.

  2. Log in to comment