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

Edited Unassigned: IntelliSense Broken for Stdin [560]

$
0
0
Intellisense doesn't work correctly when you do:

```
process.stdin.
```

It says:

> IntelliSense was unable to determine an accurate completion list for this expression.
The provided list contains all identifiers in the file.

The code I am writing:

```
var stdin = process.stdin.setRawMode();

stdin.on('keypress', function (chunk, key) {
if (key && key.ctrl && key.name == 'c') process.exit();
});
```

![Image](https://www.codeplex.com/Download/AttachmentDownload.ashx?ProjectName=nodejstools&WorkItemId=560&FileAttachmentId=764216)

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>