Edited Issue: code dedents improperly after function variable [1829]
```(function (controllers) { var homeControllers = require('./homeController.js'); controllers.init = function (app) { homeControllers.init(app);};***press enter here, code incorrectly...
View ArticleEdited Issue: No require intellisense on folder name when index.js is present...
You can include a folder 'Foo' in a project with an index.js, and reference it by using require('./Foo'), but we only show './Foo/index.js' in the completion list
View ArticleEdited Issue: tags not completing 'src' properly [1827]
Normally it provides completions for file references relative to your project, however only '..' appears, and nothing after you select that. This is happening in the html editor, but i think we must be...
View ArticleCommented Issue: tags not completing 'src' properly [1827]
Normally it provides completions for file references relative to your project, however only '..' appears, and nothing after you select that. This is happening in the html editor, but i think we must be...
View ArticleEdited Issue: tags not completing 'src' properly [1827]
Normally it provides completions for file references relative to your project, however only '..' appears, and nothing after you select that. This is happening in the html editor, but i think we must be...
View ArticleEdited Issue: Can't drag and drop js references into html editor [1826]
This normally works in web projects, but for some reason it's not working in ntvs projects. I believe this used to work in earlier versions of ntvs
View ArticleEdited Feature: reference directives not working [1824]
No intellisense appears for referenced files
View ArticleCommented Feature: reference directives not working [1824]
No intellisense appears for referenced filesComments: we lost this when we moved over from jsls
View ArticleEdited Feature: Breakpoint set on comment resolves to next line instead [1823]
We shouldn't hit a breakpoint at all if the corresponding line is commented out.
View ArticleEdited Issue: Intellisense tooltip sticks around too long [1821]

View ArticleEdited Issue: Can't convert console app to web project [1819]
You can set the open in web browser property, but you can't get the publish command or the browsers dropdown without making extra changes to the project file. These sort of capabilities should be...
View ArticleEdited Issue: Fields cut off when not enough space in properties tab [1818]
.
View ArticleEdited Unassigned: Error when run via Visual Studio, works via node.exe [1817]
I have an exe that takes commands via stdin and gives results to stdout (results are several screens of readable text). It does so repeatedly until the process is stopped. I'm trying to call it from...
View ArticleEdited Issue: Breakpoint still hit after deletion [1815]
I had a breakpoint set, I removed it, and it is still hit. Screenshot attached.project is typescript but that might not be related.
View ArticleEdited Issue: JS files will not be removed from the completion list after...
Reproduce steps:1-Create a new Nodejs project.2-Add a new JavaScript file to the project.3-the file will be shown in (APP.js) require completion list just right.4-Delete or exclude the JavaScript...
View ArticleEdited Unassigned: Basic JavaScript intellisense stopped working after...
Hi, I am using VS 2013 update 3. After installing Node.js Tools (NTVS 1.0 RC 2 VS 2013). My basic JavaScript intellisense stopped working. I have to press ctrl+space every time to display hints....
View ArticleEdited Feature: switch indent [1809]
switch (x) { case:};And I want to:switch (x) {case:};
View ArticleEdited Issue: empty entries in node_modules folder [1804]
Project that reproduces the issue: http://1drv.ms/1E5DIzn
View ArticleCommented Unassigned: TypeScript: Go to definition fails to work in Visual...
Hi, I've logged this as a TypeScript issue on their GitHub site. But this may also be an NTVS bug because it only occurs in NTVS projects.Please see...
View Article