This message was deleted.
# community-support
s
This message was deleted.
in theory in IntelliJ you can cmd+click on the equals sign and it should take you to the
assign()
extension function, but it's not working on my machine for whatever reason
a
ConfigurableFileCollection.from
appends to ConfigurableFileCollection, so it's more like
+=
, although this is not (yet?) supported
it's not working on my machine for whatever reason
Not sure what version you are using, but there were some fixes in IntelliJ 2023.1.1
a
I'm on IntelliJ IDEA 2023.2 🤷‍♀️
🫤 1
c
Thanks!
👍 1
v
The navigation is maybe more a KTIJ issue than an IJ issue, so make sure that is up to date