Created Issue: go to definition on require [903]
GoTo definition does not work on the require keyword
View ArticleCreated Feature: go to definition support for modules [904]
We should provide support to go to definition for the variable assigned to by require.```var fs = require('fs');```Go To definition on 'fs' should go to the module fs. Currently you can only hover on...
View ArticleClosed Unassigned: interface merge with JS classes [897]
The current release does not seem to handle the following properly, even though it is handled fine by the online Playground:```interface String { newMethod ():string;}String.prototype.newMethod =...
View ArticleEdited Issue: interface merge with JS classes [897]
The current release does not seem to handle the following properly, even though it is handled fine by the online Playground:```interface String { newMethod ():string;}String.prototype.newMethod =...
View ArticleEdited Issue: Access is denied error when profiling standalone script [811]
In VS, without any project open, analyze/launch node.js profilingSelect a script, I picked "Nodejs\Prerequisites\generate.js"Doesn't matter for the working dirAccept the default to save the .njsperf...
View ArticleEdited Issue: Open test for a TypeScript test opens the JavaScript file [833]
It should open the TypeScript file where the test is defined, instead of the compiled JavaScript file.
View ArticleEdited Feature: Cleanup NodejsReplEvaluator class [741]
Currently in `NodejsReplEvaluator` we're able to use `DebuggerClient` to remove usages of nested `ListenerThread` class.
View ArticleEdited Issue: wrong file name in comment at top of new unit test [866]
Add->New Item->JavaScript Unit Test fileName it MyTests.jsResult: Comment in the newly created file is```// UnitTest.js ```
View ArticleEdited Feature: Need more comprehensive d.ts files [646]
Could be done by redistributing the definitely typed files. Could also be done by enabling nuget:https://nodejstools.codeplex.com/workitem/622
View ArticleEdited Feature: Need more comprehensive d.ts files [646]
Could be done by redistributing the definitely typed files. Could also be done by enabling nuget:https://nodejstools.codeplex.com/workitem/622
View ArticleEdited Issue: Shouldn't check debug executable version info if it's not...
https://nodejstools.codeplex.com/discussions/472196My above steps don't work anymore. In VS 2012 with the april 4th release...When I try to debug I get this dialog```---------------------------Node.js...
View ArticleEdited Issue: Change "Global Modules" to simply "global" [859]
Hi,**NTVS Version**: NTVS Dev 2014-03-12 VS 2013.msi**VS Version **: Visual Studio 2013 UltimateThe node web application templates now have a "Global Modules" folder under npm.There are two problems...
View ArticleEdited Issue: when starting debugger on VS2013 / Update 2 RC / tools beta...
Yes, although the project itself is in heavy development. Documentation to come.However you can experience the issues https://github.com/dotnetwise/cordova-buildIt's an open source project ;) ---This...
View ArticleEdited Feature: Add NTVS to the WebPI feed [856]
We should have NTVS in the WebPI feed. We can have a feed which installs: Node VS Web NTVS TypeScript
View ArticleEdited Issue: Shouldn't allow rename of Global Modules node in solution...
You'll get a not implemented error msg box.
View ArticleEdited Issue: Change "Global Modules" to simply "global" [859]
Hi,**NTVS Version**: NTVS Dev 2014-03-12 VS 2013.msi**VS Version **: Visual Studio 2013 UltimateThe node web application templates now have a "Global Modules" folder under npm.There are two problems...
View ArticleEdited Issue: Install missing npm modules, update npm modules when node.js...
These 2 commands print to the output window as if everything was fine, but nothing happens because node.js/npm.cmd aren't there.```====Executing command 'npm install'========Executing command 'npm...
View ArticleEdited Issue: Shouldn't check debug executable version info if it's not...
https://nodejstools.codeplex.com/discussions/472196My above steps don't work anymore. In VS 2012 with the april 4th release...When I try to debug I get this dialog```---------------------------Node.js...
View ArticleEdited Issue: wrong file name in comment at top of new unit test [866]
Add->New Item->JavaScript Unit Test fileName it MyTests.jsResult: Comment in the newly created file is```// UnitTest.js ```
View Article