Created Issue: intellisense disappears after closing VS when there is an...
1) create new console project2) npm install async3) type code in editor```require('async')async.all```4) F12 on 'all', and go to definition. (takes you to right place in async.js)5) save, close, and...
View ArticleEdited Issue: intellisense disappears after closing VS when there is an...
1) create new console project2) npm install async3) type code in editor```require('async')async.all```4) F12 on 'all', and go to definition. (takes you to right place in async.js)5) save, close, and...
View ArticleCreated Issue: editor tabs navigated to via 'go to to definition' close...
Create a new project```var async = require('async')async.all```1) no need to complete the statement. F12 on parallel, and go to the definition, which takes you to the code in async.js2) save project...
View ArticleEdited Issue: editor tabs navigated to via 'go to to definition' close...
1) Create a new console project2) code:```var async = require('async')async.all```3) no need to complete the statement. F12 on parallel, and go to the definition, which takes you to the code in...
View ArticleCreated Issue: inconsistent editor preview/non-preview tabs after F12 to...
1) Create a new console project2) code:```var async = require('async')async.all```3) no need to complete the statement. F12 on 'parallel', and double click on the entry in Definitions, which takes you...
View ArticleEdited Task: functions from function arguments not included in watch list [1711]
we should include all arguments in the watch list, including functions
View ArticleCommented Task: functions from function arguments not included in watch list...
we should include all arguments in the watch list, including functionsComments: We should investigate if this is V8 doing the filtering or us...
View ArticleCreated Issue: Debugging locals odd behavior for " [1731]
Typing a " should result in "<cursor in middle>".We however don't do that and then complete when you type the final ". That means a user changing a string is forced to delete a closing "
View ArticleCreated Issue: Locals window should display errors [1732]
In the locals window we need to show users the eval errors. We should do this in the same way C# does via a message box. Currently we just do nothing and leave the value as is.Example:```function foo()...
View ArticleClosed Issue: Typescript project: going to failed test only goes to the top...
VS 2013 Update 4 CommunityNTVS 21219.011. Create a typescript Azure Express 3 project2. Add a typescript Mocha unittest3. Install tsd to create a mocha.d.ts file and include it in the project4. run the...
View ArticleEdited Issue: Custom typescript output dir and debugging [1688]
After setting a custom typescript output dir ("redirect javascript output to directory" option) breakpoints in the *.ts files are not working ("no code as been loaded for this location").You can put a...
View ArticleCommented Issue: Custom typescript output dir and debugging [1688]
After setting a custom typescript output dir ("redirect javascript output to directory" option) breakpoints in the *.ts files are not working ("no code as been loaded for this location").You can put a...
View ArticleEdited Issue: Custom typescript output dir and debugging [1688]
After setting a custom typescript output dir ("redirect javascript output to directory" option) breakpoints in the *.ts files are not working ("no code as been loaded for this location").You can put a...
View ArticleCommented Issue: Crash in VS2013 when clicking on other source code window...
I am using VS2013 Premium Update 4 with NTVS 1.0 RC (Node.js Tools 1.0.21121.00). Since I installed this version of NTVS, VS often crashes when I merely click on other tab with source code in main...
View ArticleCommented Unassigned: NPM package not added to package.json [1685]
Windows 8.1 CHS with the latest updatesVS 2013 Community ENUAzure SDK 2.5NTVS 21219.02 Dev build1. Create a basic Azure Express 3 app. Name the project Nodejs应用程序1.2. From the NPM dialog, search for...
View ArticleEdited Unassigned: NPM package not added to package.json [1685]
Windows 8.1 CHS with the latest updatesVS 2013 Community ENUAzure SDK 2.5NTVS 21219.02 Dev build1. Create a basic Azure Express 3 app. Name the project Nodejs应用程序1.2. From the NPM dialog, search for...
View ArticleCommented Unassigned: NPM package not added to package.json [1685]
Windows 8.1 CHS with the latest updatesVS 2013 Community ENUAzure SDK 2.5NTVS 21219.02 Dev build1. Create a basic Azure Express 3 app. Name the project Nodejs应用程序1.2. From the NPM dialog, search for...
View ArticleCommented Issue: Debugging does not show object's children [1659]
Hi,While debugging nodejs code in VS, variables that hold object literals do not show any properties while examining on a break point. These objects are displayed as "no children", for example, when...
View ArticleCommented Issue: Debugging does not show object's children [1659]
Hi,While debugging nodejs code in VS, variables that hold object literals do not show any properties while examining on a break point. These objects are displayed as "no children", for example, when...
View Article