Recent Changes‎ > ‎

Go To Declaration Improvements

posted Feb 11, 2011, 3:04 PM by Tor Norbye
The hyperlink support can now instantly show all declaration locations for XML values, such as string translations, icons, etc:


Second, hyperlinks to onClick handlers in layouts now work and will open the corresponding click handler method in the Activity class.

Finally, hyperlinks for permissions and intents in the manifest now link to the corresponding documentation. If you have SDK documentation packages installed locally, those will be shown, and otherwise the documentation at developer.android.com is shown.

This will open a browser tab in the IDE with the documentation for the given permission field scrolled to the top:
Comments