Express for Web 2013 Update 3
Create new console app
npm install azure
npm install mongoose
Type this:
var mongoose = require(
and see if mongoose and azure are in the list of completions.
Restart VS and reload solution, and try again. For me, I am not seeing them in the list of completions.
My CPU usage for VS is at 0%, and status says analysis is done.
Analysis file is attached, it's around 1MB.

After disabling saving analysis file, I got the right completions. Then I reenabled, and I still get completions even after restarting. And now my analysis file is 128MB, which looks more correct.
Edit: After more VS restarting, my analysis file is back to 1MB, and I don't get any completions on azure or mongoose.
Create new console app
npm install azure
npm install mongoose
Type this:
var mongoose = require(
and see if mongoose and azure are in the list of completions.
Restart VS and reload solution, and try again. For me, I am not seeing them in the list of completions.
My CPU usage for VS is at 0%, and status says analysis is done.
Analysis file is attached, it's around 1MB.

After disabling saving analysis file, I got the right completions. Then I reenabled, and I still get completions even after restarting. And now my analysis file is 128MB, which looks more correct.
Edit: After more VS restarting, my analysis file is back to 1MB, and I don't get any completions on azure or mongoose.