mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 11:00:15 +08:00
28 lines
1002 B
XML
28 lines
1002 B
XML
|
<idea-plugin>
|
||
|
<id>net.mamoe.mirai-console-dev</id>
|
||
|
|
||
|
<name>Mirai Console Dev</name>
|
||
|
|
||
|
<vendor
|
||
|
email="support@mamoe.net"
|
||
|
url="https://github.com/mamoe/">
|
||
|
Mamoe Technologies
|
||
|
</vendor>
|
||
|
|
||
|
<depends>com.intellij.modules.platform</depends>
|
||
|
<depends>org.jetbrains.kotlin</depends>
|
||
|
|
||
|
<extensions defaultExtensionNs="com.intellij">
|
||
|
<codeInsight.lineMarkerProvider language="JAVA"
|
||
|
implementationClass="net.mamoe.kjbb.ide.BlockingBridgeLineMarkerProvider"/>
|
||
|
</extensions>
|
||
|
|
||
|
<extensions defaultExtensionNs="org.jetbrains.kotlin">
|
||
|
<storageComponentContainerContributor
|
||
|
implementation="net.mamoe.mirai.console.intellij.IDEContainerContributor"/>
|
||
|
<!-- <quickFixContributor implementation="org.jetbrains.kotlinx.serialization.idea.quickfixes.SerializationQuickFixContributor"/> -->
|
||
|
</extensions>
|
||
|
|
||
|
<idea-version since-build="193.*" until-build="203.*"/>
|
||
|
|
||
|
</idea-plugin>
|