Is it expected the new Poly Symbol API will largely supplant the existing method for implementing languages (currently using PsiNameIdentifierOwner, PsiReference)? Or is it really only designed for cases where that existing method runs into limitations?
The documentation for the Poly Symbol API notes that “most of the aspects of support based on reference resolution, like find usages, documentation, or rename refactoring, will work out-of-the-box”. Currently, many of these feel like separate implementations with via different plugin providers. If the Poly Symbol approach will simplify these implementations, I would like to try that route. Unfortunately, since Poly Symbols are relatively new (and experimental), explanations on how to use them and what specifically they’re useful for are still a bit sparse. And this is why I’m asking here. I was hoping to find out if it’s worth delving into deeply enough to try an implementation. Please let me know!
Thank you for your time!