Hello. Just curious. Is there any way to customize...
# intellij
g
Hello. Just curious. Is there any way to customize the icons for my Run Configurations?
not kotlin but kotlin colored 2
I mean, can this icon be customized?
a
If you are writing a plugin, then yes. No otherwise
d
You can set the filename to an emoji, and then that will be displayed
Copy code
@file:JvmName("🙈")
package com.gildedrose.ignoreme
but you can never re-run that run configuration, because, you know, bug
d
Here is a related issue https://youtrack.jetbrains.com/issue/KTIJ-17830 🙈 It’s in the backlog but kind of works for me since around 2023.3.2 (except that IDE run config highlights the class qualifier as invalid). Also this works
@file:JvmName("🙈")
but this doesn’t
@file:JvmName("\uD83D\uDE48")
🤔