If I define an extension function in a Companion o...
# intellij
e
If I define an extension function in a Companion object of a
class
X that extends
Y
the IDE won’t pick it up and show auto-completion for it. However, if I add the import my self it works. Is this something for the bug tracker? or intended behavior.