Quantcast
Channel: Node.js Tools for Visual Studio
Browsing all 4630 articles
Browse latest View live

Created Issue: setTimeout not in completion list [1705]

.

View Article


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 Article


Edited 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 Article

Created 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 Article

Edited 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 Article


Created 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 Article

Edited Task: functions from function arguments not included in watch list [1711]

we should include all arguments in the watch list, including functions

View Article

Commented 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 Article


Created 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 Article


Created 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 Article

Closed 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 Article

Edited 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 Article

Commented 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 Article


Edited 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 Article

Commented 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 Article


Commented 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 Article

Edited 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 Article


Commented 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 Article

Commented 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

Commented 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
Browsing all 4630 articles
Browse latest View live