Edited Issue: Serialize exception objects [300]
Currently custom exception objects does not serialized when displayed in Exception...
View ArticleEdited Issue: Locals are not editable [333]
The values of local variables are not editable when stopped at a breakpoint - double-clicking the local value does nothing. Globals are also not editable when stopped on top level. Object fields and...
View ArticleUpdated Release: Latest Dev Build (Feb 10, 2014)
This dev build release reflects our latest source code. It has not been extensively tested and is not recommended for production environments.This release contains a number of bug fixes since the Alpha...
View ArticleUpdated Wiki: TypeScript
TypeScript support Starting with DevBuild “Feb 10, 2014”, NTVS includes preliminary support for TypeScript. The build is available at https://nodejstools.codeplex.com/releases/view/116275....
View ArticleUpdated Release: Latest Dev Build (Feb 10, 2014)
This dev build release reflects our latest source code. It has not been extensively tested and is not recommended for production environments.This release contains a number of bug fixes since the Alpha...
View ArticleReleased: Latest Dev Build (Feb 10, 2014)
This dev build release reflects our latest source code. It has not been extensively tested and is not recommended for production environments. This release contains a number of bug fixes since the...
View ArticleUpdated Release: Latest Dev Build (Feb 10, 2014)
This dev build release reflects our latest source code. It has not been extensively tested and is not recommended for production environments.This release contains a number of bug fixes since the Alpha...
View ArticleNew Post: TypeScript support?
preliminary typescript support is available in the dev build now: https://nodejstools.codeplex.com/releases/view/116275. please let us know how things go. we'll be fixing bug up until beta in early...
View ArticleNew Post: Preliminary TypeScript support now available in today's devbuild
Preliminary typescript is in: https://nodejstools.codeplex.com/releases/view/116275. Basic documentation: https://nodejstools.codeplex.com/wikipage?title=TypeScript (hidden page) please let us know how...
View ArticleCommented Unassigned: Indentation messes with the editor [651]
Just downloaded the Node.js tools for VS 2012. Writing code is completely useless. I hit enter and the cursor goes 80-90 columns away. Each subsequent enter multiplies this effect. For each and every...
View ArticleCommented Unassigned: Indentation messes with the editor [651]
Just downloaded the Node.js tools for VS 2012. Writing code is completely useless. I hit enter and the cursor goes 80-90 columns away. Each subsequent enter multiplies this effect. For each and every...
View ArticleNew Post: "Unit Testing feature"?
I'm looking into how to use the new Unit Testing feature in the latest dev build I failed to find any docs so I started glancing at the source. I found the UnitTest.js file (the same one that can be...
View ArticleEdited Issue: Sort locals window contents [168]
Currently locals are sorted in natural order (that provided by node).
View ArticleCreated Issue: Use UTF-8 in files and project templates [653]
Currently files in the templates shipped in ANSI and it causes issues in node.js, so encoding of all files should be set as UTF-8 like in other VS templates.
View ArticleEdited Issue: Sort locals window contents [168]
Currently locals are sorted in natural order (that provided by node).
View ArticleEdited Issue: In locals window, Copy command should copy full string [427]
Right now if you right-click in locals window on a long string and choose Copy, you'll get the truncated value.If you do the same in C# (you have to make the string really long for C# to truncate it),...
View ArticleCreated Unassigned: Too long debugger start time [654]
According to extended debugging logs after breakpoints binding (17:57:36.1864938) debugger work resumes with a continue command only after 10 sec (17:57:45.1230387):```[17:57:34.1333922] NodeEngine...
View ArticleEdited Issue: Too long debugger start time [654]
According to extended debugging logs after breakpoints binding (17:57:36.1864938) debugger work resumes with a continue command only after 10 sec (17:57:45.1230387):```[17:57:34.1333922] NodeEngine...
View ArticleEdited Issue: In locals window, Copy command should copy full string [427]
Right now if you right-click in locals window on a long string and choose Copy, you'll get the truncated value.If you do the same in C# (you have to make the string really long for C# to truncate it),...
View ArticleCreated Unassigned: Tests never discovered [655]
VS Ultimate 2012 Update 2013Node.js Tools 1.0.20207.00See screenshotThis is after reopening solution and clicking "Run All""Test Results" is empty, as is output from "Tests"
View Article