Provide an extension point that allows plugins to handle renaming of references in other languages
This commit is contained in:
@@ -73,6 +73,10 @@
|
||||
|
||||
<extensionPoint qualifiedName="org.jetbrains.kotlin.experimentalFeature"
|
||||
interface="org.jetbrains.kotlin.idea.configuration.ExperimentalFeature"/>
|
||||
|
||||
<extensionPoint qualifiedName="org.jetbrains.kotlin.foreignUsagesRenameProcessor"
|
||||
interface="org.jetbrains.kotlin.idea.refactoring.rename.ForeignUsagesRenameProcessor" dynamic="true"/>
|
||||
|
||||
</extensionPoints>
|
||||
|
||||
<extensions defaultExtensionNs="org.jetbrains.kotlin">
|
||||
|
||||
Reference in New Issue
Block a user