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

Edited Issue: No code completion in express handler [150]

$
0
0
Code:
```
var http = require('http');
var port = process.env.port || 1337;
var express = require('express');
var app = express();

app.get('/', function(req, res) {
res.send('Hello!');
});

app.listen(8888);
```
Inside the body of the lambda, there's no code completion for either req or res.

Viewing all articles
Browse latest Browse all 4630

Trending Articles



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