Today, I upgrade stable release of Android Studio 3.3 and then I realize that the common action go to declaration by Cmd + Left Click
or Cmd + B
does not work anymore. Instead, It goes to declaration in R.java
Now, I must double shift
on layout/drawable/mipmap file to go to it's declaration. But, this action does not work with resource id/color/string... So, now it is hard to find out input value from resource.
Is there anyway to make this function back? I think it really helpful.
Any suggestion is appreciate