Add Kotlin "Tips of the day"
Content from https://youtrack.jetbrains.com/issue/DOC-4026
This commit is contained in:
@@ -1600,6 +1600,8 @@
|
||||
<deadCode implementation="org.jetbrains.kotlin.idea.inspections.KotlinJUnitStaticEntryPoint"/>
|
||||
</extensions>
|
||||
|
||||
<xi:include href="tipsAndTricks.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
||||
|
||||
<xi:include href="extensions/ide.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
||||
|
||||
<extensionPoints>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<idea-plugin version="2">
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<tipAndTrick file="Kotlin.html"/>
|
||||
<tipAndTrick file="Kotlin_project.html"/>
|
||||
<tipAndTrick file="Kotlin_mix.html"/>
|
||||
<tipAndTrick file="Kotlin_Java_convert.html"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
Reference in New Issue
Block a user