Why those completely irrelevant types are shown be...
# intellij
l
Why those completely irrelevant types are shown before
@Composable
and
@CheckResult
?
@CallSuper
despite being an annotation, is also irrelevant, because this is top-level, and
@CallSuper
is helpful only in the body of an
open class
I want IntelliJ and Android Studio to be intelligent 🙏🏼
1
e
Doesn’t look like you have the ML based completions turned on 🤔 (there should be a star * on the recommended one and recommendations moved up or down)
CleanShot 2024-06-26 at 9 .57.00@2x.png
l
Shouldn't need machine learning to know that exceptions are not annotations. It's not just a matter of ordering, but also, and foremost, a matter of filtering.
e
Hm, I see your point.