Created Issue: Popup in REPL [990]
---------------------------Microsoft Visual Studio---------------------------Unable to cast object of type 'Microsoft.NodejsTools.Parsing.CallNode' to type...
View ArticleCreated Issue: Inconsistent origin for methods [991]
We are reporting toLocaleString and toString as coming from different locations.```var io = require('socket.io');io.RedisStore.```
View ArticleCreated Unassigned: VS2013 Hangs on .js File Save As [992]
Using VS2013 with Update 2 and using the latest (5-4-2014) download build of NTVS for VS2013 within a "Node.js project from existing code project"; the .njsproj, .sln, and .v12.suo files have been...
View ArticleCreated Issue: Cannot access a disposed object error after copy/paste/rename...
VS 2013, Dev 2014-05-16I made a copy of an existing file in the project, using solution explorer, I select the jade file, ctrl-c, ctrl-v, then F2, typed a new name and got this error when I hit...
View ArticleNew Post: Solution failing to load with 14-May release
Please try deleting your .suo file before loading the solution. That just worked for me.
View ArticleCreated Issue: activity log error when starting interactive window [994]
vs 2013, ntvs dev 2014-05-16```System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.NodejsTools.Extensions.GetAnalyzer(ITextBuffer buffer) at...
View ArticleEdited Issue: activity log error when starting interactive window [994]
vs 2013, ntvs dev 2014-05-16```System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.NodejsTools.Extensions.GetAnalyzer(ITextBuffer buffer) at...
View ArticleEdited Issue: activity log error when starting interactive window [994]
vs 2013, ntvs dev 2014-05-16```System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.NodejsTools.Extensions.GetAnalyzer(ITextBuffer buffer) at...
View ArticleCreated Issue: Missing completions for zipfile package [995]
https://github.com/mapbox/node-zipfileFrom the example:```var zipfile = require('zipfile');var zf = new zipfile.ZipFile('./test/data/world_merc.zip');```You won't get ZipFile in the completions.
View ArticleCreated Issue: require intellisense autocompletes too aggressively [996]
When you require a file in your project, such as:```var mymod = require('./mymod');```When you type open paren, you'll get the completions.Problem 1: At that point, if you type . the completion list...
View ArticleNew Post: Solution failing to load with 14-May release
@huguesv, thanks for the suggestions. Here's some more information. The CPU usage when devenv is stuck is 0%. So yes, the problem is probably the deadlock bug. Killing VS and trying again does not help...
View ArticleCreated Unassigned: Specifying TypeScriptOutFile in njsproj Affects...
Hello,I have specified the TypeScriptOutFile in my nsjproj file, and when I do so, the breakpoints that I setup in my app.ts file do not work as expected.I have also setup my StartupFile and my...
View ArticleNew Post: The relative importance of JavaScript autocomplete
Hi, guys, I thought I'd post something that's been bothering me a bit. In recent weeks, quite a lot of activity and discussion has been around the JavaScript language service. It appears that it has...
View ArticleReviewed: Latest Dev Build (Mai 18, 2014)
Rated 1 Stars (out of 5) - Re NTVS Dev 2014-05-14: - installing modules by npm manager: they are downloaded but not included into package.json and not added to Scripts/typings - uninstalling modules...
View ArticleReviewed: Latest Dev Build (Mai 18, 2014)
Rated 1 Stars (out of 5) - Re NTVS Dev 2014-05-14 VS2013: - installing modules by npm manager: they are downloaded but not included into package.json and not added to Scripts/typings - uninstalling...
View ArticleReviewed: Latest Dev Build (Mai 18, 2014)
Rated 1 Stars (out of 5) - Re NTVS Dev 2014-05-14 VS2013: ** installing modules by npm manager: they are downloaded but not included into package.json and not added to Scripts/typings ** uninstalling...
View ArticleCommented Issue: Unable to enter debug mode [888]
I use F5 to start my program, but it does not automatically open the browser to run, has been staying in the picture frame, I try to use CTRL + F5 to run properly, I do not understand where the problem...
View ArticleReviewed: 1.0 Beta (May 30, 2014)
Rated 1 Stars (out of 5) - With this version, my debugger detaches when an error occurs. Same problem with the latest dev version. 1.0 Alpha nicely keeps the debugger attached and thus jumps to the...
View ArticleCommented Feature: Support Meteor framework [540]
http://www.meteor.com/Comments: Would be great if MS was interested in producing a world-class IDE for Meteor. Here is your chance to stay ahead of the curve instead of playing catch-up--as usual.
View ArticleCreated Unassigned: Assert during node project creation while nodejs not...
---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------System.AggregateException: One or more errors occurred. --->...
View Article