Code completion inside apex repeat

Issue #773 resolved
Patryk Organa created an issue

Example below: <apex:repeat value="{!subscription.Orders__r}" var="order"> <option value="{!order}">Address 1</option> </apex:repeat>

Editor stopped suggestion for loop variable inside tag body like <option value={!......}>, and also for variable fields like order.Name. Works nice between tags <p>{!order.Name}</p>

Comments (3)

  1. Scott Wells repo owner

    Issue tracker grooming. If this is still an issue, please feel free to reopen, ideally with a concrete reproduction scenario.

  2. Log in to comment