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

Edited Issue: Rename Azure web site to Azure Website in remote attach...

In this dialog, we should change the string to match the new naming...

View Article


Created Feature: No way to deselect project from .project [1760]

If I haven't set a project with .project, it will run against the global project or the current one. But once I've set a project, there's no way to unselect it.

View Article


Created Issue: .project chooses seemingly random project with two startup...

.

View Article

Created Issue: "Catastrophic Error" from .project after closing set project...

1. Create a project ("NodeApp1")2. Open interactive window3. Type ".project NodeApp1"4. Close project5. Type ".project"Actual: "Command 'project' failed: Catastrophic failure (Exception from HRESULT:...

View Article

Created Issue: .npm command does nothing after closing project [1763]

1. Create a project2. Open interactive window3. Use .project command to select project4. Close project5. ".npm install foo"Expected: package installs globally (or an error message)Actual: nothing

View Article


Closed Issue: node.d.ts does not match the definitelytyped.org version [1691]

(not sure if this is a problem for this project or the typescript for visual studio project)This is the version on definitelytype.org:...

View Article

Edited Issue: node.d.ts does not match the definitelytyped.org version [1691]

(not sure if this is a problem for this project or the typescript for visual studio project)This is the version on definitelytype.org:...

View Article

Closed Issue: Custom typescript output dir and debugging [1688]

After setting a custom typescript output dir ("redirect javascript output to directory" option) breakpoints in the *.ts files are not working ("no code as been loaded for this location").You can put a...

View Article


Edited Issue: Custom typescript output dir and debugging [1688]

After setting a custom typescript output dir ("redirect javascript output to directory" option) breakpoints in the *.ts files are not working ("no code as been loaded for this location").You can put a...

View Article


Created Unassigned: function abc() {} in the REPL results in different code...

Type "function abc() {<enter>}" results in:```> function abc() {. }. }```when typed into the REPL window. In the editor it properly handles the brace matching completion.

View Article

Created Issue: No completions on Express 4 router [1765]

Create express 4 project using our project templateIn users.js or routes.js:```var express = require('express');var router = express.Router();router.```I don't get any completions on `router.`.

View Article

Created Issue: String literals break signature help [1766]

Once I enter a string literal as an argument to a function, I can't see parameter help for that parameter (Ctrl+Shift+Space) anywhere after the start of the string. It still works fine for subsequent...

View Article

Created Issue: Functions break signature help [1767]

If I write a function as an argument to another function, it breaks signature help for all parameters after the start of the function.

View Article


Created Issue: Reset settings doesn't reset NTVS specific settings [1768]

VS 2013 Express for Web (haven't tested with ultimate)Change some of the options under Text Editor/Node.js/formattingTools/Settings/ResetGo back to tools options, the formatting options haven't reset.

View Article

Created Issue: Parameter types in signature help update too quickly [1769]

Start with this code:```function f(a, b, c) { return 'abc';}f(1, 2, 3)```On the second last line, start typing another call to `f` and thing long an hard about each parameter. As you advance to the...

View Article


Edited Issue: Parameter types in signature help update too quickly [1769]

Start with this code:```function f(a, b, c) { return 'abc';}f(1, 2, 3)```On the second last line (blank), start typing another call to `f` and thing long an hard about each parameter. As you advance to...

View Article

Closed Issue: node-gyp doesn't work in Interactive window [1735]

Note: Experienced on Windows 7Installing a binary package with `.npm install` in the Interactive window fails because node-gyp complains about stdin. Here's the full log:```> .npm install --save...

View Article


Closed Issue: Exception when formatting document [1740]

UPDATE: Easier Repro: CTROL+K, CTRL-D```exports.hugues = function(req,res){ res.render('hugues', { title: 'Hugues', year: new Date().getFullYear(), message: 'Your hugues page.' });};```VS 2013 Express...

View Article

Source code checked in, #bf4d1dbc44acb366e639d227a72ff6e3fa423717

Rollback the .project command.

View Article

Created Issue: .npm in interactive windows doesn't recognize the project [1770]

NTVS: 30109.03 Repro:1. Create a Node.js Azure service solution.2. Add a web role and a worker role so you have 2 projects in the solution.3. Open the Node.js Interactive window4. In the interactive...

View Article
Browsing all 4630 articles
Browse latest View live