Android Studio 调试器列出变量,如 IntelliJ IDEA

Android Studio debugger listing variables like IntelliJ IDEA

使用 Android Studio 进行开发。上周我在 IntelliJ IDEA IDE 中发现了非常巧妙的功能,当调试 Java 应用程序时,它会在代码行旁边显示变量列表。真的很有帮助。

我一直在想是否可以在 AS 中启用相同的选项,因为它使用相同的内核?有人知道吗?我也很想在 AS 中使用它。

这是我正在谈论的截图:

这是 IntelliJ IDEA 14 的新功能,如您所见here

Android Studio是基于IntelliJ IDEA 13的,所以目前还没有这个功能。无论如何,如果你想拥有它,你可以随时下载 IntelliJ IDEA 14 并使用 Android 插件,它涵盖了与 Android Studio 相同的功能:

来自 Jetbrains FAQ

When can I get the Android Studio features in IntelliJ IDEA?

The EAP of IntelliJ IDEA 13, which includes all of the Android Studio features except for the redesigned new project wizard and the App Engine cloud endpoints integration, is available now. The remaining features are going to be integrated in the coming weeks.

要在 IDEA 14 中下载此插件,请转到设置、插件,然后搜索 Android 支持:

Android Studio 1.2 Preview 1 本周刚刚发布,是第一个基于 IntelliJ 14 的 Android Studio 版本。

由于您描述的功能是在 IntelliJ 14 中引入的,AndroidStudio 1.2 也将包含此功能:

请注意,这是一个 alpha 版本,因此可能会遇到错误。

Android Studio Preview 最近已 updated 使用 IntelliJ IDEA 14。如果您想获得新的更新,请确保您已设置为从 Cannery 频道接收更新。

要执行此操作,请转至 Android Studio > Check for updates...

然后单击 Updates 文本和 select 您希望从中接收更新的频道。