Files
openide/plugins/devkit/devkit-java-tests/testData/codeInsight/InnerClassCompletionInService.xml
nik decf925549 devkit: restore references to classes in custom attributes of extensions
Class converter wasn't registered for custom attributes of extensions after b301f92a7d, breaking highlighting, completion and rename for class references in such attributes (e.g. IDEA-140250). This reverts the problematic commit and adds tests for such cases.
2019-03-05 14:53:04 +03:00

5 lines
154 B
XML

<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<myService serviceImplementation="Fuba<caret>"/>
</extensions>
</idea-plugin>