Join Slack
Powered by
How do I define the icon for a kts file?
# intellij-plugins
s
Shaun Wild
10/29/2025, 5:52 PM
How do I define the icon for a kts file?
Shaun Wild
10/29/2025, 5:52 PM
image.png
Shaun Wild
10/29/2025, 5:52 PM
Like gradle has the elephant
Shaun Wild
10/29/2025, 5:53 PM
I want to display a custom icon for my own script extension
h
hfhbd
10/29/2025, 6:18 PM
AFAIK it’s only possible with an IDEA plugin
s
Shaun Wild
10/29/2025, 6:18 PM
Yup and how do you do it?
h
hfhbd
10/29/2025, 8:38 PM
https://plugins.jetbrains.com/docs/intellij/custom-language-support-tutorial.html
hfhbd
10/29/2025, 8:39 PM
If you want to reuse Kotlin (or any other language with an existing plugin), you can add a dependency to that plugin and reuse the language
Open in Slack
Previous