Created Issue: Switching iSense Off and On can result in iSense returning...
We get into a state where iSense doesn't complete. Closing the project and reopening fixes the situation.
View ArticleCommented Issue: Incorrect version number on Cordova when installed from NPM...
NTVS 21008.01If you search and install Cordova from the NPM dialog, the version number is shown in the dialog as 0.0.0 and it's also shown as 0.0.0 in the Solution Explorer. If installing from the NTVS...
View ArticleCommented Feature: require intellisense doesn't support substrings [970]
For a module named 'node-uuid', when you type:```require(```you'll get a completion list that shows up, which includes node-uuid. At that point if you type `uuid`, the completion list will disappear...
View ArticleSource code checked in, #987d2ccb222b8408c8d0d0963d94f14162945459
#1421 - Selecting to save analysis file causes VS to crash Only reset the time if we have a queue.
View ArticleSource code checked in, #2f38c86e01505fc12565eb89f533832309a5601f
Reduce the public surface area in Nodejs. The analysis engine is all internal.
View ArticleSource code checked in, #64f20d5b47ecfd62269764a8c360be60d3910614
Test needs to be public
View ArticleSource code checked in, #2b777e5928ef504f38ece78be53221e23a0a07a2
Npm and NpmTests refactor - removed test dependencies - added resource strings
View ArticleSource code checked in, #5f5653e0b4fbb5212bf1fbb85ecca886a094b21f
#1004 TF10121 The path '' is not found or not supported. Type or select a different path Fix this for good this time by properly excluding all the npm nodes from being managed by SCC.
View ArticleSource code checked in, #15e6a5dd2ed660fd2baf9e3e6a734465b57107ef
Adds support for analyzing the callback function for gruntfile.js Includes bringing in Python's implicit project loading, we only search down, not up This will enable opening gruntfile.js in non-NTVS...
View ArticleSource code checked in, #0045d7adbd4fc4a6f121e90624fc41fb5a3f2c69
Fixes for where we're missing some Dev14 support so we can build again Also adds missing registration for the grunt serialization registration
View ArticleSource code checked in, #59e66843307f8dabf44b86f7247335866d63bf8a
#1401 Content Build Action should cause code intelligence to not parse it and generate errors.
View ArticleEdited Issue: No code completion in express handler [150]
Code:```var http = require('http');var port = process.env.port || 1337;var express = require('express');var app = express();app.get('/', function(req, res) {...
View ArticleCommented Issue: No code completion in express handler [150]
Code:```var http = require('http');var port = process.env.port || 1337;var express = require('express');var app = express();app.get('/', function(req, res) {...
View ArticleEdited Feature: completions for mongoose models [941]
```var mongoose = require('mongoose');var kittySchema = mongoose.Schema({ name: String });var Kitten = mongoose.model('Kitten', kittySchema);var fluffy = new Kitten({ name: 'fluffy'...
View ArticleCommented Feature: completions for mongoose models [941]
```var mongoose = require('mongoose');var kittySchema = mongoose.Schema({ name: String });var Kitten = mongoose.model('Kitten', kittySchema);var fluffy = new Kitten({ name: 'fluffy'...
View ArticleEdited Feature: Show jsdoc comments in signature tooltips [1283]
We should do the same thing as we do in PTVS, except that we should grab the nearby JSDoc (`/**`) comment instead of the docstring, and parse it using the JSDoc syntax. E.g. from azure module:```js*...
View ArticleEdited Issue: Web.config and Web.debug.config will not deploy [1379]
I created a new "Basic Microsoft Azure Express" application, and without changing the newly created project, I tried to publish it to a new test Azure website. I get the following error:"------ Publish...
View ArticleEdited Issue: Publish to Azure not working [1372]
When I get to the Preview section of the publish and hit `Start Preview` I get the following errorIf I continue it then just sticks...
View ArticleEdited Issue: web.debug.config disables logging of console.log output on...
Currently, to enable remote debugging, we add `--debug` to node.exe command line by (mis)using iisnode/@interceptor to inject it in web.debug.config. While this works, it also disabled the standard...
View ArticleEdited Issue: Documentation comments are not parsed [917]
I tried with 2 packages: lodash and azure. Both seem to use the same standard for doc comments (ScriptDoc). IntelliSense isn't showing me the descriptions given for the methods and parameters.
View Article