generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Locating Icon Path
Alex Simons edited this page Nov 8, 2022
·
2 revisions
All icons provided by the plugin are done so by replacing the path of the existing icon with one provided by the plugin.
In order for me to change the icon, I need to know it's path.
If it's provided by the JetBrains platform you could visually search through the All icons used by JetBrains products site. Once located give me the AllIcons
field (eg: AllIcons.Actions.CheckOut)
If you cannot find it (probably because it's in a plugin) here are the steps you need to follow to locate the icon's path:
- Enable Internal Mode within the IDE
- Use the UI Inspector it find the path of the icon.