-
Notifications
You must be signed in to change notification settings - Fork 30
How to find plugin's id
Mikhail Mutcianko edited this page Sep 17, 2019
·
1 revision
-
Find your plugin on https://plugins.jetbrains.com/ :
-
Find out numerical ID of the plugin from url:
-
Substitute
ID
in this(https://plugins.jetbrains.com/plugins/list?pluginId=ID) link with plugin's ID: -
Find
<id>
tag in the shown XML<id>org.intellij.scala</id>