idea-android-studio-plugin
idea-android-studio-plugin copied to clipboard
Android Studio Plugin
In my shortcut (cmd + n) view, there is no View Variables and View Fields item. - android studio version 2.2.2
View java.lang.NoSuchFieldError: View at de.espend.idea.android.linemarker.ViewInflateLineMarker.attachLineIcon(ViewInflateLineMarker.java:84) at de.espend.idea.android.linemarker.ViewInflateLineMarker.attachFindViewByIdInflate(ViewInflateLineMarker.java:42) at de.espend.idea.android.linemarker.ViewInflateLineMarker.collectSlowLineMarkers(ViewInflateLineMarker.java:33) at com.intellij.codeInsight.daemon.impl.LineMarkersPass.queryProviders(LineMarkersPass.java:209) at com.intellij.codeInsight.daemon.impl.LineMarkersPass.lambda$doCollectInformation$3(LineMarkersPass.java:116) at com.intellij.codeInsight.daemon.impl.Divider.divideInsideAndOutsideInOneRoot(Divider.java:80) at com.intellij.codeInsight.daemon.impl.LineMarkersPass.doCollectInformation(LineMarkersPass.java:103) at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:70) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$null$1(PassExecutorService.java:437) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1137) at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:430) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at...
If multiple modules having the same layout name it is pointing to first module layout file can please solve this
Android Studio Prettify threw an uncaught ArrayIndexOutOfBoundsException https://cloud.githubusercontent.com/assets/12185015/18813873/e66943f2-833b-11e6-860f-3431a709053e.png It seems use double click "shift" (search everywhere) cause this issue.
A long time ago,I use findViewById method in a mess.In other words,I hate the method.I want to create a plugin to solve the problem,I don't stop coding util seek your...
Hey, I just found a small bug in your plugin: If you include a layout with ``, and then you generate the view fields you get a ``` private android.widget.include...