About Install VSCode plugin option in Textmate Plugin

Answered

In Intelij community open source code, I have noticed Textmate plugin (./plugins/textmate/src/META-INF/plugin.xml) has an action "Install VSCode Plugin..", I wanted to try this action and searched for this option in IDE, But i could not find it anywhere, even from internal menu. Did some one tried this already? Please guide me to understand what this option does and how to enable it? 

Snippet from Textmate plugin plugin.xml file:

0
2 comments

This is internal action, so internal mode should be enabled to show it. Once in internal mode, "Find Actions" dialog could show it. 

The action allows to download and unpack any VSCode plugin and in case this plugin contains TextMate syntax highlighting, these rules will be imported and configured for IntelliJ IDEA.

See the source code of this action here: https://github.com/JetBrains/intellij-community/blob/master/plugins/textmate/src/org/jetbrains/plugins/textmate/actions/InstallVSCodePluginAction.kt

1
Avatar
Permanently deleted user

Found it, Thanks

0

Please sign in to leave a comment.