Kotlin implement members initial (not much works)

This commit is contained in:
Dmitry Jemerov
2011-11-04 17:59:59 +01:00
parent 0e4a7ebe90
commit 8f15eea9c5
19 changed files with 390 additions and 73 deletions
+1
View File
@@ -54,5 +54,6 @@
<fileTypeIndentOptionsProvider implementation="org.jetbrains.jet.plugin.formatter.JetIndentOptionsProvider"/>
<elementDescriptionProvider implementation="org.jetbrains.jet.plugin.findUsages.JetElementDescriptionProvider"/>
<debugger.positionManagerFactory implementation="org.jetbrains.jet.plugin.debugger.JetPositionManagerFactory"/>
<codeInsight.implementMethod language="jet" implementationClass="org.jetbrains.jet.plugin.codeInsight.ImplementMethodsHandler"/>
</extensions>
</idea-plugin>