intellij-extra-icons-plugin
intellij-extra-icons-plugin copied to clipboard
Display custom file icons in Remote Host panel
This plugin shows custom file icons in Project View panel as well as Favorites.
What about Remote Host (when browsing the deployment target over FTP/SFTP/FTPS)? Can this be done there as well?
Here are a few screenshots. Files in question: .editorconfig
and readme.md
Local / Project View panel:
Favorites panel:
Remote Host:
Yeah, good idea. JetBrains support helped me to show icons in the VCS view (but this is not perfect..), but I don't know if we can do something for he Remote Host view. Actually, It's all about icons "providers": FileIconProvider
handles Project and Favorites view, FilePathIconProvider
handles VCS view, and I guess there is a provider for the Remote Host view :-D
I will investigate.
Hey @jonathanlermitage, have you looked into this? It looks like this might not be possible: https://github.com/mallowigi/a-file-icon-idea/issues/146#issuecomment-766297286.
Yeah, we could customize icons in the Remote Host panel, but we would have to do this in a static XML file (this is what UI Themes do, and probably some plugins like github copilot). I think there is currently no way to do this programmatically.
I am looking at the IJ source code in order to provide a patch.
It's too complicated, and I lack of free time. I give up 😥 Maybe JetBrains will make it more easy with the upcoming new UI, but I'm not confident.