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

Closed Issue: Missing intellisense on 'net' [1119]

$
0
0
Problem:
server.listen is missing from the intellisense list

Repro:
#Type in the following code:
var net = require('net');
var server = net.createServer(function (sokcet) {
socket.write('Echo server\r\n');
socket.pipe(socket);
});

server.listen is not in the intellisense list.
It is recognized as a function in the REPL window.




Viewing all articles
Browse latest Browse all 4630

Trending Articles



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