NPL Plugin finding references in other projects

IntelliJ plugin 2024.1.64+2025.2.0

When I look for a symbol Contractwhich is not properly defined in my current project, it finds the reference in another project which is open in IntelliJ

When I fix the issue the plugin complains the protocol is redefined.

The package name is the same in both projects

I can even find an import Symbols from the other project!

Expected behaviour: Only look in current project for symbols

Closing the other project doesn’t help. Even re-staring IntelliJ didn’t help, looks like I have to clear some cache…

Invalidating all the caches and re-starting didn’t help

Hi @Sandy . Thank you very much for reaching out. I will have a look at the issue and will try to reproduce.