ceylon-ide-intellij
ceylon-ide-intellij copied to clipboard
Cannot use Ctrl+Click to go to xml declarations
This seems to work with Ceylon but doesn't work with any xml declarations.
If I ctrl-click (or ctrl-B) any xml declaration such as R.Layout.activity_main or R.Id.textView it should take me to the corresponding layout file. This is really useful when jumping between Ceylon and layout files.
This is in a Ceylon Android project in Android Studio.
@bjansen this looks more like a feature request, not a bug, to me ... or is this the sort of thing that is expected to always work due to the architecture of IntelliJ?
Well, in theory there's a generated R class, the model loader is aware of it, so I think it should work using our current set of features.
I mean it should jump to the generated class, not to the XML file.
In Android Studio, with a java android project, when I click the activity_main part in R.layout.activity_main it takes me to the activity_main.xml layout file. Similarly, when I click textView it takes me to that part of the layout file.
I'm re-classifying this an an enhancement :)
Note: #104 is related.