I need to find all places in my code that uses a particular enum value, when I right click on the value and choose Find Usages, the find results only return the enum value itself, not any of the places it is actually used. This used to work months ago, but don’t understand why it doesn’t work now, It makes it really difficult to work. Even re-indexing the project did not help.
Here is a screenshot of one of the find attempts, I know that it is used in the full codebase.