Updated Wiki: Home
INSTALLATIONSCREENSHOTSVIDEOSNEWSAZURECONTRIBUTIONSBUILDINGRELATEDRecommended Download: July 3 Pre Beta 2 Build NTVS is a free, open source plugin that turns Visual Studio into a Node.js IDE. NTVS...
View ArticleCreated Unassigned: Error popup when function brackets aren't closed [1164]
If I type ```function test () {```and then press Enter (without closing the curly bracket yet), I get an error popup message saying:> Object reference not set to an instance of an object.
View ArticleNew Post: Crash in Dev 2014-07-03
I have just installed new developer version and when I open solution VS2013 crashes with following error stack: Application: devenv.exe Framework Version: v4.0.30319 Description: The process was...
View ArticleEdited Issue: Intellisense option strings too long (and mispelled) [1169]
Better would be:Full IntelliSense (best completions, consumes most memory/CPU)Quick IntelliSense (fewer completions, but easier on memory and CPU)No IntelliSense (no completions, and no extra...
View ArticleCreated Unassigned: recognize arguments [1171]
Currently when arguments is used we have no clue what it is and provide no completions. We should recognize it inside of functions, provide completions against it, and ideally support intellisense...
View ArticleCreated Issue: No dedent after `throw` [1172]
We dedent after `break`, `continue` and `return`, but not after `throw`.
View ArticleCreated Issue: Formatting does not insert a space before `else` [1173]
```if(true){}else{}```Format Document:```if (true) {}else {}```
View ArticleCreated Issue: Add to Diagnostic info the IntelliSense setting [1174]
It would be helpful to log if the user is using Full, Limited, or No iSense.
View ArticleCreated Unassigned: Nested single-line `if` statements do not indent at end...
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: 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 ArticleCreated Unassigned: Auto-dedent after body of nested single-line block...
E.g.:```if (true) if (true) false;```Pressing Enter after the last `;` will dedent to the level of the inner `if`, but that doesn't make sense, since
View ArticleEdited Issue: Auto-dedent after body of nested single-line block statement...
E.g.:```if (true) if (true) false;```Pressing Enter after the last `;` will dedent to the level of the inner `if`, but that doesn't make sense, since the outer `if` is now also closed. It should dedent...
View ArticleCreated Issue: Bad javascript syntax triggers intellisense in the REPL window...
In the REPL window, type the following syntax:npm install express@This triggers the instelliSense. See the attached image.
View ArticleCreated Issue: cancel execution button remains after .npm command finishes...
not that it was an implemented command anyways... :)
View ArticleCreated Issue: ProjectWizard version number not correct [1179]
Should have the VS version in it 1.0.2012.0 or 1.0.2013.0
View ArticleCreated Issue: TestAdapter has wrong version number [1180]
The TestAdapter is getting 1.0.2013.0 on VS 2012.
View ArticleEdited Issue: ProjectWizard version number not correct [1179]
Should have the VS version in it 1.0.2012.0 or 1.0.2013.0The FileVersion is also incorrect Microsoft.NodejsTools.ProjectWizard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a,...
View ArticleCreated Feature: Add UI command for `node dedup` [1181]
Seeing how this is a popular workaround for MAX_PATH issues, we should probably have a command for it on the npm node in Solution Explorer. We should also add a checkbox to run it after install in the...
View ArticleCommented Issue: Debug selected tests does not stop at breakpoints [801]
Hi,**NTVS version**: NTVS Dev 2014-02-07 VS 2013.msi **VS Version**: Visual Studio 2013 Ultimate. I'm not sure if this has been reported before - seem pretty fundamental. To reproduce1. Add a new test...
View Article