android-postfix-plugin icon indicating copy to clipboard operation
android-postfix-plugin copied to clipboard

Android postfix plugin for AndroidStudio

Results 5 android-postfix-plugin issues
Sort by recently updated
recently updated
newest added

The version of Android studio and Android Postfix Completion are 4.0.1 and 2.0.3.

When I'm using postfix ".find" Android Postfix Completion throw an uncaught NoSuchMethodError. Android Studio ver.: 3.0.1. Plugin version: Version: 2.0.3 ![record_error](https://user-images.githubusercontent.com/15068045/34572431-090a4174-f17a-11e7-8de2-9aec132c671b.gif) @takahirom Could you look at this issue?

Android system service cast is cumbersome. I imagine a completion such as the following . `Context.NOTIFICATION_SERVICE.sysservice` to `(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);` You can get map that system service name to class name...

enhancement