Edited Feature: 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: NPM can install dependency modules if the project name contains...
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 ArticleEdited Issue: NPM can't 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 ArticleEdited Issue: NPM can't install dependency modules if the project name...
Config:- Win8.1 CHS with the latest updates- VS2013 ENU with Update 3 RC- NTVS build 20707.01Repro:- Create a Node.js Basic Express project with the project name containing the following characters...
View ArticleEdited Issue: NPM can't install dependency modules if the project name...
Config:- Win8.1 CHS with the latest updates- VS2013 ENU with Update 3 RC- NTVS build 20707.01Repro:- Create a Node.js Basic Express project with the project name containing the following characters...
View ArticleEdited 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...
View ArticleClosed 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...
View ArticleEdited 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...
View ArticleEdited 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 ArticleEdited 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 ArticleEdited Feature: New Intellisense throwing lots of errors/warnings [1165]
After installing the July 3 dev build, I can now use NTVS again without it crashing immediately, so big improvement there.However, the new Intellisense throws about 200 errors/warnings that I consider...
View ArticleCommented Feature: New Intellisense throwing lots of errors/warnings [1165]
After installing the July 3 dev build, I can now use NTVS again without it crashing immediately, so big improvement there.However, the new Intellisense throws about 200 errors/warnings that I consider...
View ArticleEdited 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 ArticleCommented 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.Comments:...
View ArticleEdited Unassigned: Typeing \ at the end of the file while in require...
repro steps:1- Start typing require at the end of the file until the modules completion list appears.2- type ' then start typing a module name of the list.3- before you finish the name type \4- the...
View ArticleCommented Unassigned: Typeing \ at the end of the file while in require...
repro steps:1- Start typing require at the end of the file until the modules completion list appears.2- type ' then start typing a module name of the list.3- before you finish the name type \4- the...
View ArticleCreated Issue: Can't close VS while analyzing ghost [1221]
https://github.com/TryGhost/GhostCreate project from existing code.IntelliSense set to Full.After about 1.5-2.0 hours, it wasn't anywhere near finished analyzing so I decided to close VS. NTVS wasn't...
View ArticleNew Post: Good job....
thanks blairstark... we're heads down trying to fix issues, so response might be slow, but ask away!
View ArticleCreated Issue: http-proxy member information missing [1234]
```jsvar httpProxy = require('http-proxy');var proxy = httpProxy.createProxyServer({});proxy.web```The type of `proxy` shows as "unknown type", and no members of it show up at all.It seems that this is...
View Article