Completion for Apex and Visualforce references in other metadata files

Issue #30 new
Scott Wells repo owner created an issue

Add completion support for Apex declarations/references and Visualforce page names in other metadata files such as .object, .layout, etc., files. Also add support for formula functions in key areas such as validation rules in .object files.

Comments (4)

  1. Scott Wells reporter

    This should also include completion for the various XML documents of other metadata, e.g., .layout, .object, etc. I should be able to produce XSDs for these based on the metadata API WSDL/generated client classes since those match.

  2. Scott Wells reporter

    FYI, the next released build (1.6.9.4) will include an XSD for validation and completion in Salesforce metadata XML files.

  3. Scott Wells reporter
    • changed version to 2.0

    This is going to be critical for things like refactoring. All references to a given name must be tracked or they'll be missed during renames, safe deletes, etc.

  4. Log in to comment