Commented Unassigned: Crashes on run if 'less-middleware' added [975]
VS crashes on Run of Node.js app with this code inn app.js```var express = require('express');var routes = require('./routes');var user = require('./routes/user');var http = require('http');var path =...
View ArticleReviewed: 1.0 Beta (May 11, 2014)
Rated 5 Stars (out of 5) - Please keep up the good work on this plugin. The Intellisense features are a huge plus. I'm coming from Emacs w/ the Evil (vim emulation package) and the VS Intellisense...
View ArticleReviewed: 1.0 Beta (May 11, 2014)
Rated 5 Stars (out of 5) - Please keep up the good work on this plugin. The Intellisense features are a huge plus. I'm coming from Emacs + Evil (vim emulation package) and the VS Intellisense...
View ArticleEdited Issue: Make (built-in) look less like a parameter [959]
Our built-in functions give hover information that makes it appear the function takes a parameter named "built-in"```var a = 'blah';a.hasOwnProperty("prop")```
View ArticleEdited Issue: Unable to understand the function return [950]
```var csv = require('csv');csv().from.string('#Welcome\n"1","2","3","4"\n"a","b","c","d"', {comment: '#'}).```We should be showing completions on the .
View ArticleEdited Issue: VS crashes while typing in the editor after heavy usage of...
Configuration:Win8.1 with all the latest update, CHS, x64. Node.js x64VS 2013 Ultimate ENUNTVS build 20509 Azure Tools 2.3 Repro steps:- Installed package 'Request'- typed in some sample code from the...
View ArticleEdited Issue: toString is not defined as returning string [945]
```x = new Object()x.toString();```The signature for toString doesn't say that return type is String, and doesn't show any members if you keep dotting.
View ArticleSource code checked in, #49210bcb3b9bd52122cf4e0bff8a315c668e88ac
Adds process/console by parsing it from the reference json file Fixes a crash where we're accessing a HashSet from multiple threads Fixes the short description on objects Don't include empty...
View ArticleSource code checked in, #2f47b0747b6f41a25bc9ff47a0d4be1744e5d406
#942 Crash while installing package Adds null checks.
View ArticleSource code checked in, #9b572b856e5b7358b14e6e5b7deac673a97aa725
935 missing completions on stylus 947 missing completions on formidable form Remove intersect all options so that we get all members (test case added) 965 No docstrings in member list tooltip Correctly...
View ArticleEdited Issue: Incomplete completions for mongoose [940]
We're not showing accurate completions for the mongoose package.```var mongoose = require( 'mongoose' );mongoose.connect( 'mongodb://localhost/test' );var db = mongoose.Connection.```There should be...
View ArticleCommented Issue: Incomplete completions for mongoose [940]
We're not showing accurate completions for the mongoose package.```var mongoose = require( 'mongoose' );mongoose.connect( 'mongodb://localhost/test' );var db = mongoose.Connection.```There should be...
View ArticleCommented Issue: No completions for sqlite3 [964]
```var sqlite = require('sqlite3');sqlite.```The completion list doesn't appear at all. Hovering over `sqlite` does give its type as "exports from sqlite3.js", though.Comments: We need to understand:...
View ArticleCommented Unassigned: isense: cheerio doesnt work [952]
all i get is "version".Comments: Looks like we need to support underscore's extend method
View ArticleCommented Unassigned: isense: add new file doesnt pick right editor [948]
add new file, select javascriptcompletion shows we picked wrong editor.Comments: this doesn't repro for me. Right click in solution explorer and add new item opens with the correct editor (checked w/ a...
View ArticleEdited Issue: Typing . in a string literal results in completions [929]
String literals should not be triggering intellisense.
View ArticleEdited Unassigned: isense: extra quote inserted [960]
type:var w = require('winston'you end up with:var w = require('winston''
View ArticleEdited Issue: Incomplete completions for mongoose [940]
We're not showing accurate completions for the mongoose package.```var mongoose = require( 'mongoose' );mongoose.connect( 'mongodb://localhost/test' );var db = mongoose.Connection.```There should be...
View ArticleEdited Unassigned: isense: winston dont work [966]
issue is that they have both a winston folder & winston.js & analyzer gets confused.
View ArticleCreated Issue: Function named 'static' is incorrectly colored in Editor [976]
We shouldn't be coloring the method name blue.```var express = require('express');express.static('blah');```
View Article