Intellij IDEA completion for Cordova Android Plugins
June 14, 2016
Quick note on getting IDE completion working within IntelliJ IDEA for an Android Cordova plugin.
Right-click on the following directories and go Mark Directory As > Source Root:
plugins/PLUGIN_NAME/src/androidplatforms/android/CordovaLib/srcplatforms/android/src
Now your IDE will be able to auto-complete all the Cordova .java source files for you to work against.