Edited 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 ArticleCommented 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 ArticleEdited 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 ArticleEdited Issue: Missing completions on http-proxy [1206]
https://www.npmjs.org/package/http-proxy`web` is missing from completions:```var httpProxy = require('http-proxy');var proxy = httpProxy.createProxyServer('');proxy.web```
View ArticleCommented Issue: Brace Highlighting no longer works in editor [1381]
If I edit a Node javascript file, then the brace highlighting no longer works. If I edit a clientside javascript file, then the brace highlighting works.Comments: @johnhamm, Could we get a screenshot...
View ArticleEdited Issue: colors package is missing colors [1241]
```jsvar colors = require('colors');console.log('foo'.zalgo);console.log('hello'.green); // outputs green textconsole.log('i like cake and pies'.underline.red) // outputs red underlined...
View ArticleCommented Issue: colors package is missing colors [1241]
```jsvar colors = require('colors');console.log('foo'.zalgo);console.log('hello'.green); // outputs green textconsole.log('i like cake and pies'.underline.red) // outputs red underlined...
View ArticleCommented 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 ArticleClosed Unassigned: Visual Studio 2012 - error on creating any node project...
Freshly installed plugin crashes while creating a new project.
View ArticleEdited Unassigned: Visual Studio 2012 - error on creating any node project...
Freshly installed plugin crashes while creating a new project.
View ArticleClosed Unassigned: Does not work with Visual Studio 2014 [1347]
My machine has Visual Studio 2014 on it. However, the Node.js tools will not work with it.
View ArticleEdited Unassigned: Does not work with Visual Studio 2014 [1347]
My machine has Visual Studio 2014 on it. However, the Node.js tools will not work with it.
View ArticleClosed Unassigned: Move to github [1348]
I have already suggested this to typescript 1.5 years ago, and they said wait, why, why? And last month they moved in.Open source == githubCodeplex is hard enough to make people not using it.
View ArticleEdited Unassigned: Move to github [1348]
I have already suggested this to typescript 1.5 years ago, and they said wait, why, why? And last month they moved in.Open source == githubCodeplex is hard enough to make people not using it.
View ArticleEdited Unassigned: 2.5GB memory spike opening project [1349]
Just upgraded from the 1.0 Alpha to 1.0 Beta 2 and during the project load memory usage spikes up to 2.3GB and stays there. CPU usage fluctuating between 50-70% and this is without even doing...
View ArticleEdited Feature: regular expression not recognized [1352]
Seems NTVS can't recognize regular expression such as```/\/\/.*?\/(.*)/```currently the color of the regex expression is black (should be red?), and doesn't have completion list
View ArticleEdited Feature: regular expression not recognized [1352]
Seems NTVS can't recognize regular expression such as```/\/\/.*?\/(.*)/```currently the color of the regex expression is black (should be red?), and doesn't have completion list
View ArticleEdited Issue: Backbone.js missing methods [1210]
Using models:```jsvar _ = require('lodash');var Backbone = require('backbone');var Sidebar = Backbone.Model.extend({ promptColor: function () { var cssColor = prompt("Please enter a CSS color:");...
View ArticleEdited Issue: no completions for underscore.string [1211]
https://www.npmjs.org/package/underscore.stringAccording to the docs, we should be able to do this:```var _ = require('underscore');_.str = require('underscore.string');_.str.capitalize('hello');```but...
View Article