IC doesn't recognize objects' fieldsets in Apex

Issue #1493 resolved
James Melville created an issue

IC2 in WebStorm doesn’t seem to recognise FieldSets on objects. I’d assumed it might not be supported, but your comment here suggests it should be.

If I manually add a <fieldsets> tag to the .object file this is recognised, so I’m wondering if it’s the SFDX metadata format not being recognised?

Comments (6)

  1. Scott Wells repo owner

    James, this isn't unique to SFDX. IC hasn't ever supported code completion and reference navigation for field sets like that. It should...it just doesn't. I'll adjust this issue accordingly and take a look at it in an upcoming release.

  2. Scott Wells repo owner

    Apparently this has been supported in the past as I have a manual test for it that I can now see has the same issue. I'm currently working in that general area and will try to figure out what's happened and fix it.

  3. Scott Wells repo owner

    Ah, I see...and you were 100% correct in your original assertion that it's because of metadata decomposition. Sorry for not listening to you originally! Doh!

  4. Scott Wells repo owner

    Fix submitted for inclusion in the next build. Shame on me for ignoring James' insight on this!

  5. Log in to comment