if I have a `PsiElement` with `text = 'foo.bar'`, ...
# intellij-plugins
t
if I have a
PsiElement
with
text = 'foo.bar'
, how can I add clickable references to both
foo
and
bar
?