Register the reference contributor
I followed this tutorial:
https://confluence.jetbrains.com/display/IntelliJIDEA/Reference+Contributor
up to step 10.
For some reason, method
SimpleReferenceContributor.registerReferenceProviders is not called.
In-place renaming works but only for one element. References do not seem to be registered
Please sign in to leave a comment.
ok following Sebastian Sprenger's suggestion in this thread:
https://devnet.jetbrains.com/message/5507074#5507079
I added Sebastian's code to SimplePsiImplUtil
and added getReferences to {mixin ... methods=[getNameIdentifier.. getReferences] } in .bnf file