0

I am adding custom icon to my intellij plugin action.

<action icon="/video/videoicon.svg" class="actions.PopupDialogAction" description="Test Description" id="fetchSession" text="Fetch Session"/>

videoicon is a 16*16 custom icon.

My action toolbar doesn't show up the icon though, what am I doing wrong? (the first image which shows blank is where I want to show the icon.

I can access the icon by pressing the command + click, not sure what's wrong.

Action Toolbar image

Nick Fury
  • 23
  • 3

1 Answers1

0

May be if you invalidate the app cache it will reload the plugin data (not sure if it will work, but after every plugin update some restart is needed). So I will suggest to go to File > Invalidate Caches / Restart > Invalidate and Restart.

Vladmix6
  • 9
  • 2
  • Tried that, didn't work. – Nick Fury Jan 19 '22 at 08:25
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jan 19 '22 at 08:55