public class CommentsReferenceContributor extends PsiReferenceContributor
Disposable.Parent
Modifier and Type | Field and Description |
---|---|
static ReferenceProviderType |
COMMENTS_REFERENCE_PROVIDER_TYPE
Use this provider type if your element is not PsiComment but you want to fill it
with the same references as PsiComment (e.g.
|
EP_NAME
Constructor and Description |
---|
CommentsReferenceContributor() |
Modifier and Type | Method and Description |
---|---|
void |
registerReferenceProviders(PsiReferenceRegistrar registrar) |
dispose
public static final ReferenceProviderType COMMENTS_REFERENCE_PROVIDER_TYPE
public void registerReferenceProviders(PsiReferenceRegistrar registrar)
registerReferenceProviders
in class PsiReferenceContributor