Quantcast
Channel: Node.js Tools for Visual Studio
Browsing all 4630 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

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 Article


Created 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 Article


New 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 Article

Edited 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 Article

Created Unassigned: guard against old projects w UseIIS set to True [1170]

.

View Article


Created 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 Article

Created Issue: No dedent after `throw` [1172]

We dedent after `break`, `continue` and `return`, but not after `throw`.

View Article

Created Issue: Formatting does not insert a space before `else` [1173]

```if(true){}else{}```Format Document:```if (true) {}else {}```

View Article


Created 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 Article


Created 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 Article

Edited 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 Article

Created 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 Article

Edited 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 Article


Created 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 Article

Created Issue: cancel execution button remains after .npm command finishes...

not that it was an implemented command anyways... :)

View Article


Created Issue: ProjectWizard version number not correct [1179]

Should have the VS version in it 1.0.2012.0 or 1.0.2013.0

View Article

Created Issue: TestAdapter has wrong version number [1180]

The TestAdapter is getting 1.0.2013.0 on VS 2012.

View Article


Edited 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 Article

Created 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 Article

Commented 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
Browsing all 4630 articles
Browse latest View live