Fields of SObject no longer recognized.

Issue #1547 resolved
Justin Julicher created an issue

Would not bring up the suggestions.

Also have other code completions not working

e.g. after constructing something using a builder pattern it’s not bringing back the suggestions after constructing the object.

Comments (6)

  1. Scott Wells repo owner

    That's likely a regression from the class vs. instance enhancements introduced last week. My guess is that it's interpreting the constructor as something that puts it into class/static mode. Should be easy enough to reproduce/fix. I'll see if I can get a fix for it out today.

  2. Scott Wells repo owner

    The builder pattern regression is reproduced and fixed. I'll get a new build out either later today or tomorrow morning.

  3. Scott Wells repo owner

    I just released 2.1.0.9 with the builder pattern fix. Are you still seeing the issue with SObject fields? Either I'm not seeing that or I'm not trying to reproduce the right issue:

    Issue_1547.png

  4. Log in to comment