e.g. ```var a = 3*3.5<enter>```
yields
```var a = 3*3.abbrev``` in the editor
```var a = 3*3.constructor``` in the interactive window
Also if you press shift-enter instead of enter, the intellisense window incorrectly remains open
yields
```var a = 3*3.abbrev``` in the editor
```var a = 3*3.constructor``` in the interactive window
Also if you press shift-enter instead of enter, the intellisense window incorrectly remains open