## Motivation <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> No code completion is available with the following code (`|` is the cursor): ```kotlin a.b.| ``` ## Proposed Solution <!-- A clear and concise description of what you want to happen. --> Proposals should include every attribute/method/service available to `b`.
Motivation
No code completion is available with the following code (
|is the cursor):Proposed Solution
Proposals should include every attribute/method/service available to
b.