Editing and re-parsing can keep old values in module:
```
var abc = 42;
```
Change abc, or delete the assignment, and then get completions against abc.
Comments: Fixed with new intellisense engine. Should get a test case.
```
var abc = 42;
```
Change abc, or delete the assignment, and then get completions against abc.
Comments: Fixed with new intellisense engine. Should get a test case.