Closed Issue: Editor shows "set" as keyword [967]
Need to properly handle setComments: In the context of intellisense, "set" is no longer being colorized. Verified in build 21022.00. Closing.
View ArticleClosed Issue: .npm install azure express locks up repl (random) [1291]
file / new project / basic node.js appctrl-K-N to start repl.npm install azure expressit completed halfway, then locked up the replComments: I've tried this on build 21022.00. Installed, uninstalled,...
View ArticleEdited Issue: .npm install azure express locks up repl (random) [1291]
file / new project / basic node.js appctrl-K-N to start repl.npm install azure expressit completed halfway, then locked up the repl
View ArticleCreated Issue: Need to change text color on the NPM package detail pane in...
NTVS 21022.00The text on the NPM package detail pane right now has the black text on top of dark gray background. The contrast is not big enough to read. See the attachment.
View ArticleCommented Issue: installing large modules like lwip crashes VS [1433]
Original comment from Randallto:> It can take some time to work around some ux quirks, but after that is seems to be working fairly well. Just don't add large node_modules like lwip or the entire...
View ArticleCommented Issue: Auto indent incorrect when defining function [1466]
VS2013 Exp for Web Update 3if you type the following code```function myfunc(name){```you'll get the closing brace automatically with your cursor in between them```function myfunc(name){}```you press...
View ArticleEdited Feature: Require should add add close quote [927]
The editor experience can be improved for require. Upon selection we should add the trailing close quote.
View ArticleEdited Unassigned: Open Node.js interactive window throws exception on Studio...
Start visual studio, open node.js interactive window (ctrl+k, n) you may get the exception then...Close visual studio... reopenException thrown:An exception has been encountered. This may be caused by...
View ArticleEdited Feature: Ability for analysis to ignore certain folders [1137]
When using bower, you'll have a bower_components folder that may not be worth analyzing. If I install DefinitelyTyped bower package, VS will run out of memory.We may need the ability to exclude...
View ArticleEdited Issue: NullReferenceException when open VS w/ Repl window open [1066]
{"Object reference not set to an instance of an object."} at Microsoft.NodejsTools.Extensions.GetAnalyzer(ITextBuffer buffer) in e:\src\xTVS\Nodejs_Main\Nodejs\Product\Nodejs\Extensions.cs:line 171 at...
View ArticleEdited Issue: NPM install should --save to package.json [1001]
Certain scenarios lead us to not update package.json when it really should.```Type “azure”Tab (twice to install)Return```
View ArticleEdited Issue: No dedent after `throw` [1172]
We dedent after `break`, `continue` and `return`, but not after `throw`.
View ArticleEdited Feature: Comment/uncomment command not available [1012]
Ctrl-K, Ctrl-C doesn't work. It should add // at the beginning of every line in the selection (or the current line if no selection), and the uncomment command should remove them.
View ArticleEdited Feature: multiline comments should include asterisk automatically [1091]
E.g. type /** <return>should complete to/***
View ArticleEdited Feature: Allow setting non-js files as the startup file. [1008]
The express-generator utility creates a JavaScript file with no extension that is supposed to be used to launch the project:Contents of `bin\www`:```#!/usr/bin/env nodevar debug =...
View ArticleEdited Unassigned: Correct node.js -> Node.js in messages [1300]
We currently have usage of both node.js and Node.js in the code. It is trademarked as Node.js so we should probably go by that.Do the same for mentions of 'node' as that is lower-case.
View ArticleEdited Unassigned: NPM Package Manager [1304]
I run VS2013 and just installed the Beta2 of NTVS. I used to like very much the NPM package manager: https://nodejstools.codeplex.com/wikipage?title=NpmBut now when I go to the solution explorer, and...
View ArticleEdited Issue: \r\n showing in some intellisense documentation [1237]
In http, I am seeing some \r\n in messages. one example is on 'createServer' where the message is the following"\r\nThe requestListener is a function...."They are escaping the \r\n in json (\\r\\n) so...
View ArticleEdited Issue: require intellisense autocompletes too aggressively [996]
When you require a file in your project, such as:```var mymod = require('./mymod');```When you type open paren, you'll get the completions.Problem 1: At that point, if you type . the completion list...
View Article