Hi Scott,
I just started getting this error in a new scratch org--old scratch orgs are fine.
References to any Apex Class from another Apex class appear as red errors.
"Cannot Resolve Symbol". Note that references to SObjects are fine.
My idea.log shows a bunch of "Indexing process should not rely on non-indexed file data"
I'm attaching the log.
My suspicion is that the config file for scratch org creation has evolved and I need to make a change to it, but I'm not sure what that change should be.
Thanks for any help,
DaveS
Here's my sfdx-project.json
{
"packageDirectories": [ { "path": "force-app", "default": true }],
"namespace": "",
"sourceApiVersion": "47.0"
}
I'm running
sfdx-cli/7.81.0-7b953c80d1 win32-x64 node-v12.18.3
Idea version: