Probably not a java question. But if anyone is using vscode/cursor know why if I have a method reference as such:
.reduce(this::myMethod)
And in vscode/cursor I use "go to references" on myMethod it does not find that reference? If I do the same in Intellij find references (same project, same method) it find that as a reference.