Edited Issue: mongoose model.find missing [1196]
Getting started guide does:```Kitten.find(function (err, kittens) { if (err) return console.error(err); console.log(kittens)})```But you get no completions for find which it seems we should be able to...
View ArticleEdited Issue: those flippin' isense options confuse analysis [1183]
File->New Project (console project)Change analysis level (flip from high to limited or vice versa)Add blah.jsblah.js add:exports.foo = 42Check completions, require('./blah.js').foo in app.jsChange...
View ArticleCommented Issue: those flippin' isense options confuse analysis [1183]
File->New Project (console project)Change analysis level (flip from high to limited or vice versa)Add blah.jsblah.js add:exports.foo = 42Check completions, require('./blah.js').foo in app.jsChange...
View ArticleClosed Issue: no completions on buffer instance [1077]
new require('buffer').Buffer() / require('buffer').Buffer() gives no completions afterComments: Verified on build 20926.01 and works. Closing.
View ArticleEdited Issue: no completions on buffer instance [1077]
new require('buffer').Buffer() / require('buffer').Buffer() gives no completions after
View ArticleClosed Issue: socket.io - 'on' is missing in completions [983]
```var sio = require('socket.io').listen(80);sio.sockets.on```There's no member `on` in the member list for `sockets`. Most other stuff seems to be there, just not this.Comments: Verified on build...
View ArticleEdited Issue: socket.io - 'on' is missing in completions [983]
```var sio = require('socket.io').listen(80);sio.sockets.on```There's no member `on` in the member list for `sockets`. Most other stuff seems to be there, just not this.
View ArticleCommented Issue: Enter after unmatched curly brace causes exception [1386]
Hi,Whenever I press enter after an unmatched opening curly brace I get an "Object reference not set to an instance of an object" error prompt. Whenever I press enter after an unmatched closing curly...
View ArticleEdited Issue: Cannot set analysis log size to Off [1294]
tools/options/text editor/node.js/IntelliSenseSet log size to OffClick OKGo back to options, it will be back at 100.
View ArticleEdited Issue: Goto def on field assign doesn't go to definition [1097]
var x = {};x.abc = 42;x.abcGoto x.abc doesn't goto the assign
View ArticleEdited Issue: Missing completions for express [931]
Intellisense is not correct for express.App is missing 'router'
View ArticleCommented Issue: TF10121: The path '' is not found or not supported. Type or...
I get the following error in the Source Control output window when trying to use the node project types:```The string must have at least one character.Parameter name: pathTF10121: The path '' is not...
View ArticleCommented Issue: TF10121: The path '' is not found or not supported. Type or...
I get the following error in the Source Control output window when trying to use the node project types:```The string must have at least one character.Parameter name: pathTF10121: The path '' is not...
View ArticleClosed Issue: Brace Highlighting no longer works in editor [1381]
If I edit a Node javascript file, then the brace highlighting no longer works. If I edit a clientside javascript file, then the brace highlighting works.Comments: Verified brace highlighting on build...
View ArticleEdited Issue: Brace Highlighting no longer works in editor [1381]
If I edit a Node javascript file, then the brace highlighting no longer works. If I edit a clientside javascript file, then the brace highlighting works.
View ArticleClosed Issue: Can't create project if node isn't installed [1377]
User should be able to create the project w/o node.js installed.Comments: Verified this in 20924.00 build. Fixed. Closing.
View ArticleEdited Issue: Can't create project if node isn't installed [1377]
User should be able to create the project w/o node.js installed.
View ArticleClosed Issue: Templates should include Node.js in names [1287]
Due to how rollup works its inconsistent what language the template applies too. Add 'Node.js' to all of them.Comments: Verified on 20926.01. Fixed. Closing.
View ArticleEdited Issue: Templates should include Node.js in names [1287]
Due to how rollup works its inconsistent what language the template applies too. Add 'Node.js' to all of them.
View ArticleClosed Issue: Creation of Cloud Service w/o Azure SDK Error is poor and has...
Build: September 24 Dev buildWe should be displaying a link to download the WebPI Package but we are not. > Could not find any resources appropriate for the specified culture or the neutral culture....
View Article