I am using Android Studio version 0.9.3 Canary Build.
When I typed ArrayAdapter<String> adapter = new ArrayAdapter<String>()
, the editor did not provide code completion options for the method parameters instead it just displayed them in a balloon. How do I enable the code completion list to appear for those suggestions. Thanks.