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