For example if we are testing method like this:

and we are in test that follows naming convention like this:

and we want to navigate back to production code it would be great if the plugin would navigate specifically to that member.
Preferably configurable via regex or something like that to have flexibility in defining the naming convention.
Question is if we should do it also the otherway around. If navigating from production code to test and we find matching test for member we are navigating from, should we navigate to first test for given member? Probably not, but worth thinking about.
For example if we are testing method like this:

and we are in test that follows naming convention like this:

and we want to navigate back to production code it would be great if the plugin would navigate specifically to that member.
Preferably configurable via regex or something like that to have flexibility in defining the naming convention.
Question is if we should do it also the otherway around. If navigating from production code to test and we find matching test for member we are navigating from, should we navigate to first test for given member? Probably not, but worth thinking about.