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
efemoney
06/26/2024, 7:56 AM
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)
efemoney
06/26/2024, 7:57 AM
CleanShot 2024-06-26 at 9 .57.00@2x.png
l
louiscad
06/26/2024, 7:58 AM
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.