Created Issue: NPM can install dependency modules if the project name...
Config:- Win8.1 CHS with the latest updates- VS2013 ENU with Update 3 RC- NTVS build 20707.01Repre:- Create a Node.js Basic Express project with the project name containing the following characters...
View ArticleCreated Unassigned: those flippin' isense options confuse analysis [1183]
File->New Project (console project)Change analysis level (flip from high to limited or vice versa)Add blah.jsblah.js add:exports.foo = 42Check completions, require('./blah.js').foo in app.jsChange...
View ArticleCreated Issue: NPM can install dependency modules if the project name...
Config:- Win8.1 CHS with the latest updates- VS2013 ENU with Update 3 RC- NTVS build 20707.01Repre:- Create a Node.js Basic Express project with the project name containing the following characters...
View ArticleCreated Unassigned: Outlining Lost [1185]
Hi We seem to have lost outlining in the text editor in the last two dev builds. I have been through all the editor settings and cannot find how to get it back.Our application is express with...
View ArticleCreated Unassigned: Unable to install NTVS Beta VS 2013.msi with Visual...
I downloaded and installed VS Express for Web 2013 from the below link[http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-web]and then downloaded and tried to install NTVS Beta...
View ArticleCommented Unassigned: Unable to install NTVS Beta VS 2013.msi with Visual...
I downloaded and installed VS Express for Web 2013 from the below link[http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-web]and then downloaded and tried to install NTVS Beta...
View ArticleCommented Unassigned: Outlining Lost [1185]
Hi We seem to have lost outlining in the text editor in the last two dev builds. I have been through all the editor settings and cannot find how to get it back.Our application is express with...
View ArticleEdited 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 ArticleEdited Issue: Add Intellisense setting to Diagnostic info [1174]
It would be helpful to log if the user is using Full, Limited, or No iSense.
View ArticleCommented 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 ArticleClosed 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 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 ArticleEdited Issue: Project from existing code does not build [823]
Create a console app, save it, then import the code into a new project.Building produces the following output:```------ Build started: Project: NodejsApp2, Configuration: Debug Any CPU ------C:\Program...
View ArticleEdited Feature: Add goto definition [124]
This was disabled for Alpha. We should enable this feature.
View ArticleClosed Issue: Unable to enter debug mode on Chinese locale [888]
I use F5 to start my program, but it does not automatically open the browser to run, has been staying in the picture frame, I try to use CTRL + F5 to run properly, I do not understand where the problem...
View ArticleEdited Issue: Unable to enter debug mode on Chinese locale [888]
I use F5 to start my program, but it does not automatically open the browser to run, has been staying in the picture frame, I try to use CTRL + F5 to run properly, I do not understand where the problem...
View ArticleCommented Issue: Unable to enter debug mode on Chinese locale [888]
I use F5 to start my program, but it does not automatically open the browser to run, has been staying in the picture frame, I try to use CTRL + F5 to run properly, I do not understand where the problem...
View ArticleEdited Issue: npm console window doesn't provide affordance to scroll [1062]
actually the only way you can scroll is by using scroll wheel on mouse
View ArticleEdited Issue: No completions with new keyword [1203]
Using this package:https://www.npmjs.org/package/glob```var Glob = require("glob").Globvar mg = new Glob(pattern, options, cb)```You won't get completions when you type `new Glob(` but you see...
View ArticleCreated Issue: Test Framework not being set after adding unit test file [1205]
should be set automatically(vs2012 win7 32-bit)
View Article