简体   繁体   中英

Searching Android API documentation from inside Android Studio

Inside MSVC pressing F1 while the carrot is located under an API class or function name launches a browser window that opens onto the appropriate MSDN documentation. Is there anything available to bring up the Android docs in a similarly convenient way?

I think there is no similar feature available in Android Studio but has similar alternatives.

Afaik, what available like this (I use Eclipse keymap ) :

Ctrl + Left Click to find the source of current code which is hovered upon. This is useful because they have a good comment-documentation for methods. So I usually don't need to go-to references.

Ctrl + G to find usages of current method hovered upon.

Alt + F8 for finding sample code regarding method/Object hovered upon.


You can find a full list of available shortcuts here: https://developer.android.com/studio/intro/keyboard-shortcuts


Another useful thing available is: Quick Documentation (This is maybe what you're looking for)

Enabling :

在此处输入图片说明

Usage :

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM