DX Object files not visible

Issue #1930 resolved
Paul Rice created an issue

I am working on my first DX project, switching over from the standard project view.

I can see all the files are present on my macbook folder but intellij is not displaying them on objects

This is the latest version of intellij.

Note class files are visible and there are some issues on the project that require a resolution in the image below.

Comments (2)

  1. Scott Wells repo owner

    It doesn't sound like the project is configured properly for IC2. First, for IC2 to recognize the project as using source format (i.e., SFDX format), it must find an sfdx-project.json file in the project root directory. Does that exist? If not, it will treat any *-meta.xml file as a supporting file as it would be in a metadata format (i.e., pre-SFDX format) project and hide them by default. This can be toggled using Illuminated Cloud>Show meta.xml Files.

    The message displayed in the event log also indicates that IC2 isn't fully-configured. While that wouldn't affect whether meta.xml files are shown or not, you will want to complete the configuration by clicking the Resolve link there.

    Please let me know if that doesn't help.

  2. Scott Wells repo owner

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

  3. Log in to comment