## 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 | ``` ## Proposed Solution <!-- A clear and concise description of what you want to happen. --> Proposals should include every variable in scope and relevant keywords (if, while, for).
Motivation
No code completion is available with the following code (
|is the cursor):Proposed Solution
Proposals should include every variable in scope and relevant keywords (if, while, for).