Skip to content

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)

Screenshot 2022-11-08 at 5 22 16 AM

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:

  1. Enable Internal Mode within the IDE
  2. Use the UI Inspector it find the path of the icon.
Kapture.2022-10-30.at.12.22.44.mp4
Clone this wiki locally