IntelliJ - Cannot resolve symbol after adding a label

1.2K    Asked by JuliaGraham in Salesforce , Asked on Aug 2, 2021

I added a label and came from :

doc.addError('vous ne pouvez pas ajouter de PJ');*
to :
doc.addError(System.Label.Document_messageErrSuppressionPJ);

It's fine on dev console, but IntelliJ isn't able to find the Custom Label ; I tried retrieving metadata but I'm missing something... Any idea how to resolve this ? I can delete my project and import it from scratch, but it's a waste of time even if it would do the work..

A screenshot from the error:

enter image description here

Thanks !

edit: my src file (that doesn't contain CustomLabels ?!)

enter image description here

edit2 : I'm trying to add custom labels by adding it to the package.xml enter image description here

Answered by yash Jaiteley

Just trying to regenerate the intellij cannot resolve symbols. Navigate to

    Tools -> Illuminated Cloud -> Generate Offline Symbol Table ... -> Full

And then Reload the Project



Your Answer

Interviews

Parent Categories