Classes are not recognized if "mark as source" happens after file add

Issue #1781 resolved
Attila Hajdrik created an issue
  • add class via context menu to an arbitrary - non source - folder
  • mark the folder as source
  • inspect the unit test or other code that references that class, that is still shows unrecognized

I think when a folder is marked as source IC should scan it for source files and update internal symbol state accordingly, perhaps it is a one liner 😉

Comments (3)

  1. Scott Wells repo owner

    How are you adding the class? There shouldn't be options to create Salesforce-specific file types on directories that aren't under source roots, e.g.:

    Issue_1781.png

    Are you just using New>File and naming it Something.cls? If so, that's going to have a number of issues including not creating the meta.xml file. Just curious if you've found a way to create a class in a first-class manner against a non-source directory.

  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