Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Issue: typing decimal values incorrectly pops up code completion [1803]

$
0
0
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

Viewing all articles
Browse latest Browse all 4630

Trending Articles