"Navigate -> Select In..." (ALT-F1) feels like a natural place for the action of this plugin
Register the action like this
<selectInTarget implementation="com.intellij.ide.impl.ProjectViewSelectInExplorerTarget"/>
and let the action implement the interface com.intellij.ide.SelectInTarget
https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/ide/impl/ProjectViewSelectInExplorerTarget.java#L31
https://github.com/JetBrains/intellij-community/blob/master/platform/platform-resources/src/META-INF/LangExtensions.xml#L614
"Navigate -> Select In..." (ALT-F1) feels like a natural place for the action of this plugin
Register the action like this
<selectInTarget implementation="com.intellij.ide.impl.ProjectViewSelectInExplorerTarget"/>and let the action implement the interface
com.intellij.ide.SelectInTargethttps://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/ide/impl/ProjectViewSelectInExplorerTarget.java#L31
https://github.com/JetBrains/intellij-community/blob/master/platform/platform-resources/src/META-INF/LangExtensions.xml#L614