I have updated android studio to latest version(3.1.2) and now when I click on BindingClass with ctrl it\'s not opening xml file for it which was working in previous version. An
For opening related XML
Android Studio has a new icon for related XML redirection. My AS version is 3.2.1.
An hack for opening Binding Class.
ActivityMainBinding
{or first letters - Amb for ActivityMainBinding
if you are smart enough :)ActivityMainBinding
FYI I faced this problem in Java class only, [Go to declaration] works well with kotlin.