Detect file name conflict when file is in different folder.

Issue #1859 resolved
Max Paquin created an issue

For projects using the SFDX structure, if I have a class named “MyClass“ in folder A, I can create a new class named “MyClass“ in folder B that will replace the folder A “MyClass“.

It would be great if IC could detect a name conflict for a file that lives in a different folder.

Thank you,

Max Paquin

Comments (3)

  1. Scott Wells repo owner

    Committed for inclusion in the next build (currently targeting tomorrow). Project-wide conflict detection has been added for Apex classes/triggers, Visualforce pages/components, static resources, and Aura/LWC bundles (which must be unique across bundle types).

  2. Log in to comment