How do I use Structural Search feature in Android Studio and search code lines similar to
Toast.makeText(someContext, " some text "+someVariable, Toast.LENGTH_LONG).show();
I tried the following but it does not match any toast statement
$Method$($Parameter$)
Where Method = Toast.makeText and $parameter is .* and any number of occurances upto 4