1 <idea-plugin version="2">
2 <name>Bytecode Viewer</name>
3 <id>ByteCodeViewer</id>
6 <![CDATA[Provides <i>View | Show Bytecode</i> action for easy inspection of Java bytecode instructions inside IntelliJ IDEA.]]>
8 <vendor>JetBrains</vendor>
11 <extensionPoint name="classSearcher" interface="com.intellij.byteCodeViewer.ClassSearcher"/>
14 <extensions defaultExtensionNs="com.intellij">
15 <errorHandler implementation="com.intellij.diagnostic.ITNReporter"/>
16 <projectService serviceInterface="com.intellij.byteCodeViewer.ByteCodeViewerManager"
17 serviceImplementation="com.intellij.byteCodeViewer.ByteCodeViewerManager"/>
22 <action id="ByteCodeViewer" class="com.intellij.byteCodeViewer.ShowByteCodeAction" text="Show Bytecode"/>
23 <add-to-group group-id="QuickActions" anchor="after" relative-to-action="QuickJavaDoc"/>