简体   繁体   English

如何通过将鼠标悬停在 android studio 中的小部件(如 Visual Studio Code)上来获取定义

[英]How do I get definitions by hovering over widgets in android studio like Visual Studio Code

I'm confused about how to make an android studio behave like VSC.我对如何让 android studio 表现得像 VSC 感到困惑。 I'm making apps with flutter and dart and have become comfortable with Android Studio.我正在使用 flutter 和 dart 制作应用程序,并且已经习惯了 Android Studio。 If you hover over a widget/function/whatever, Visual Studio Code gives you a ton of information about the Object.如果您将鼠标悬停在小部件/功能/任何东西上,Visual Studio Code 会为您提供大量有关该对象的信息。 For instance, in the image, I get a lot of info about the TransactionList variable which is of type List.例如,在图像中,我得到了很多关于 List 类型的 TransactionList 变量的信息。 1 1

从“设置”>>>“编辑器”>>>“常规”>>>“其他”>>然后选中“显示鼠标移动的快速文档”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将 Android 手机连接到 Visual Studio Code? - How do I connect an Android phone to Visual Studio Code? 如何让2017年的Visual Studio看到android 7? - How do I get visual studio 2017 to see android 7? 如何让 Visual Studio 调试 Android 应用程序? - How do I get Visual Studio to debug an Android app? 如何摆脱Android Studio中代码残留的图像 - How do I get rid of the images left of the code in Android Studio 如何在 Android 工作室中存储超过 300 个带定义的单词 - How to store over 300 words with definitions in a Android studio Android Studio如何使用类似xCode的面包屑跳转到方法定义? - Android Studio how to jump to method definitions using breadcrumbs like xCode? 将鼠标悬停在Android Studio中的“代码完成”选项上时,如何查看方法文档? - How can I view method documentation while hovering on Code Completion options in Android Studio? 如何让Android 6 /棉花糖版Google Play在Visual Studio Android模拟器上运行? - How do I get Google Play for Android 6/Marshmallow to Work on Visual Studio Android Emulator? 如何在Android Studio上获取类似于Eclipse的代码样式 - How to get Code Style like Eclipse on Android Studio 如何设置 Unreal Engine / Visual Studio 以便能够使用 JNI 为 Android 进行编码? - How do I setup Unreal Engine / Visual Studio to be able to code with JNI for Android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM