0

using Android Studio for development. Last week I discovered really neat feature in IntelliJ IDEA IDE, which when debugging Java app shows listing of variables next to the line of code. It is really helpful.

I have been wondering if the same option can be enabled in AS, since it uses the same core? Anybody knows? I would really love to use it in AS as well.

Here is screenshot what I am talking about.: debugger

Hokyjack
  • 103
  • 1
  • 7

3 Answers3

1

That's a new feature of IntelliJ IDEA 14, as you can see here.

Android Studio is based on IntelliJ IDEA 13, so currently it is not possible to have such feature. Anyway if you want to have it you can always download IntelliJ IDEA 14 and use the Android plugin, which covers the same funcionality that Android Studio does:

From 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.

To Download this plugin in IDEA 14, go to Settings, Plugins and then Search for Android Support:

enter image description here

Guillermo Merino
  • 3,197
  • 2
  • 17
  • 34
1

Android Studio 1.2 Preview 1 has been released just this week, and is the first version of Android Studio based on IntelliJ 14.

Since the feature you're describing was introduced in IntelliJ 14, Android Studio 1.2 will contain this feature as well:

enter image description here

Please note that this is an alpha release, so expect to encounter bugs.

nhaarman
  • 98,571
  • 55
  • 246
  • 278
0

Android Studio Preview has recently been updated to use IntelliJ IDEA 14. If you want to get the new updated make sure you are set to receive updates from the Cannery channel.

To do this go to Android Studio > Check for updates...

enter image description here

Then Click the Updates text and select the channel you wish to receive updates from.

Andrea Thacker
  • 3,440
  • 1
  • 25
  • 37