Edited Issue: Wrap FileSystemWatcher to avoid race conditions [1378]
https://pytools.codeplex.com/workitem/2590Create a fix that wraps FileSystemWatcher in our own class and implement an asynchronous Dispose(). If we queue the actual Dispose() on a background thread it...
View ArticleEdited Unassigned: VS2012 express update 4 - install fails [1387]
Install fails to progress, telling me i need to get the more up to date download thats compatible with my version of visual studio.. it is the most up to date version:NTVS 1.0 Beta 2 VS 2012.msiShame,...
View ArticleEdited Feature: Console window for NPM in VS [297]
Currently new node packages can be installed by leveraging windows command prompt but it's uncomfortable.It would be great to add a custom console-like tool window for VS which should be initialized...
View ArticleEdited Issue: Auto-dedent after body of nested single-line block statement...
E.g.:```if (true) while (true) false;```Pressing Enter after the last `;` will dedent to the level of the `while`, but that doesn't make sense, since the outer `if` is now also closed. It should dedent...
View ArticleEdited Issue: Nested single-line `if` statements do not indent at end of file...
Start typing in a blank editor:```if(true) if(true)```The second line will automatically start indented, but pressing Enter at the end of it dedents it.
View ArticleEdited Issue: Formatting does not insert a space before `else` [1173]
```if(true){}else{}```Format Document:```if (true) {}else {}```
View ArticleEdited Unassigned: incorrect 'int' in for loop causes indexing failure. [1487]
```function g() { for(int i = 0; i<1000000; i++) { }```Then format.Testcase checked in TestFormatAfterBadFor
View ArticleEdited Issue: node_modules folder warning [1503]
It's usually not the right choice to include in the project, and can take a while.
View ArticleEdited Unassigned: npm cache should be cleared on first start of VS [1501]
probably a reg key - that way we don't leave artifacts behind
View ArticleEdited Unassigned: Links to js files not being loaded from project file [1511]
My scenario:I want to use VS to debug a Jasmine test. There are two directories involved: Jasmine, and my foo-spec.js code. In my "stock project" intended to run arbitrary Jasmine foo-spec.js files, I...
View ArticleEdited Unassigned: Links to js files not being loaded from project file [1511]
My scenario:I want to use VS to debug a Jasmine test. There are two directories involved: Jasmine, and my foo-spec.js code. In my "stock project" intended to run arbitrary Jasmine foo-spec.js files, I...
View ArticleEdited Unassigned: Links to js files not being loaded from project file [1511]
My scenario:I want to use VS to debug a Jasmine test. There are two directories involved: Jasmine, and my foo-spec.js code. In my "stock project" intended to run arbitrary Jasmine foo-spec.js files, I...
View ArticleUpdated Release: 1.0 Beta 3 (Oct 29, 2014)
We are pleased to announce the release of Node.js Tools 1.0 Beta 3 for Visual Studio.Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a Node.js...
View ArticleUpdated Release: 1.0 Beta 3 (Oct 29, 2014)
We are pleased to announce the release of Node.js Tools 1.0 Beta 3 for Visual Studio.Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a Node.js...
View ArticleUpdated Wiki: Home
INSTALLATIONSCREENSHOTSVIDEOSNEWSAZURECONTRIBUTIONSBUILDINGRELATEDRecommended Download: 1.0 Beta 3NTVS is a free, open source plugin that turns Visual Studio into a Node.js IDE. NTVS supports Editing,...
View ArticleEdited Unassigned: Links to js files not being loaded from VS2012 project...
My scenario:I want to use VS to debug a Jasmine test. There are two directories involved: Jasmine, and my foo-spec.js code. In my "stock project" intended to run arbitrary Jasmine foo-spec.js files, I...
View ArticleReleased: 1.0 Beta 3 (Oct 29, 2014)
We are pleased to announce the release of Node.js Tools 1.0 Beta 3 for Visual Studio. Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a Node.js...
View ArticleUpdated Release: 1.0 Beta 3 (Oct 29, 2014)
We are pleased to announce the release of Node.js Tools 1.0 Beta 3 for Visual Studio.Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a Node.js...
View ArticleCommented Unassigned: Unable to rename ts file [1510]
Hi,when I try to rename ts file in Solution Explorer message box pops up with title: “ Microsoft Visual Studio” and message “fileWatcher”. After that old/renamed file on disk and in solution explorer...
View ArticleCreated Unassigned: Request: show full path on callstack [1512]
(and potentially other places)The callstack shows the name of the js file, but not the paths.Actual: internals.reviewFile [foo.js] Line 85 JavaScript (anonymous function) [foo-spec.js] Line 465...
View Article