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

Edited Issue: Start Debugging doesn't work with Russian locale [1561]

I have visual studio 2013 community. Windows 8.1 russian version. When i click debug(F5) nothing happened. Ctrl + F5 works ok.

View Article


Created Feature: Improve indenting of multiline comments [1576]

And incorrectly indents things that follow them.Begin with```js{/** foo* bar**/baz}```Insert an opening curly brace on a new line before the comment, and a closing one on a new line after the comment....

View Article


Edited Feature: Improve indenting of multiline comments [1576]

And incorrectly indents things that follow them.Begin with```js{/** foo* bar**/baz}```Insert an opening curly brace on a new line before the comment, and a closing one on a new line after the comment....

View Article

Edited Feature: Improve indenting of multiline comments [1576]

And incorrectly indents things that follow them.Format:```js{/** foo* bar**/baz}```Current:```js{/** foo* bar**/ baz;}```Best Result would be:```js{/** foo* bar**/ baz;}```

View Article

Created Unassigned: For loops indent comments when they shouldn't [1577]

Format Below:```function f() { for(var i = 0; i<0; i++)/* var x; var y;*/ var z; var w;}```Expect:```function f() { for(var i = 0; i<0; i++)/* var x; var y;*/ var z; var w;}```Actual:```function...

View Article


Edited Issue: npm commands in repl or ui often fail to exit [1575]

this locks up the repl/dialog

View Article

Edited Issue: Expected new project's package name to contain hyphens [1526]

I created a new Node.js command line app with Visual Studio 2013 Pro and specified the name of the project to be "test-console-app".When I opened the newly created `package.json`, I expected that to be...

View Article

Edited Issue: NPM UI Errors out with out-of-memory [1382]

Hi,VS Version: Ultimate update 3NTVS: 5-Sep-2014 (Latest dev build)Downloaded 46MB of the package listDownloaded 47MB of the package listDownloaded 48MB of the package listDownload completeReading...

View Article


Edited Issue: Button pressed text color is incorrect [1270]

Color should not change when the button is pressed.

View Article


Edited Feature: make .npm output actionable [1162]

eg names hilited as links, etc.

View Article

Created Issue: Navigation to typescript test opens the .js instead of .ts [1578]

From test explorer, double-click on a test. It will open the wrong file.

View Article

Created Issue: Handle GetPathToNpm throwing exceptions or don't throw. [1579]

We throw an exception when we can't find Npm which causes us not to display the correct dialog.throw new NpmNotFoundException( string.Format("Cannot find npm.cmd at '{0}' nor on your system PATH....

View Article

New Post: Error 10054. Debugging a locally running node.exe process with VS

I have Visual Studio 2013 with NTVS 1.0 Beta 3. I am trying to debug a node.js project by attaching to a locally running node.exe process from VS. I followed the instructions in the documentation. I...

View Article


New Post: Error 10054. Debugging a locally running node.exe process with VS

This particular scenario had some rather confusing documentation previously (and, quite possibly, currently). Are you trying to attach to node.exe directly, or are you using the debug proxy? And are...

View Article

New Post: Error 10054. Debugging a locally running node.exe process with VS

I am trying to connect to node.exe directly. In the node command prompt I run Node.exe --debug bin\www (www is my startup file) In VS I select “Attach to Process” Transport: “Node remote debugging”...

View Article


New Post: Error 10054. Debugging a locally running node.exe process with VS

We had run into similar issues before with no clear indication of why this goes wrong. The workaround that is consistently working so far is to use the remote debug proxy, directing it at localhost....

View Article

New Post: How do you reference Node JS projects withhin a solution?

Example Solution | -->Project_1 -->Project_2 Project_2 needs to reference Project_1 I could manually copy dependencies or set up grunt but I was hoping VS may have something build in already....

View Article


New Post: How do you reference Node JS projects within a solution?

Solution -->Project_1 -->Project_2 Project_2 needs to reference Project_1 I could manually copy dependencies or set up grunt but I was hoping VS may have something build in already. Sort of like...

View Article

New Post: How do you reference Node JS projects withhin a solution?

Sorry got published twice. and there is no way to delete the dup

View Article

Reviewed: 1.0 Beta 3 (Nov 22, 2014)

Rated 5 Stars (out of 5) - I love node.js, and this finally allows me to use visual studio to work with it.

View Article
Browsing all 4630 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>