Couple of issues with completion

Issue #631 resolved
Scott Wells repo owner created an issue

The following were identified by a user and were successfully reproduced in a debugging session:

Completions are not offered for Bar__c.Foo__r when there's an SObject called Foo__c and the following relationship field is in Bar__c:

global Id Foo__c;
global Foo__c Foo__r;

Note that 1.7.8.5 did not have this issue. It seemed to start in builds after that.

In a VF component, the following doesn't offer completions:

<apex:outputText value="{!attributeName}"/>

Comments (8)

  1. Scott Wells reporter

    This includes debug logging for variant completion. Please add the following under Help>Debug Log Settings:

    #com.illuminatedcloud.intellij.completion.ApexVariantsCompletionRule
    

    then reproduce the issue and send me your idea.log using Help>Show Log in Finder.

  2. Scott Wells reporter

    Fix for the first issue delivered in 1.7.9.5. Still need to coordinate another debugging session for the second issue.

  3. Log in to comment