Edited Feature: multiline comments should include asterisk automatically [1091]
E.g. type /** <return>should complete to/***
View ArticleCommented Feature: multiline comments should include asterisk automatically...
E.g. type /** <return>should complete to/***Comments: This has been implemented. As of now, it works for all comments (not just '/**'). If we get feedback that it is too aggressive we can always...
View ArticleCommented Feature: multiline comments should include asterisk automatically...
E.g. type /** <return>should complete to/***Comments: This has been implemented. As of now, it works for all comments (not just ```/*```). If we get feedback that it is too aggressive we can...
View ArticleCommented Feature: multiline comments should include asterisk automatically...
E.g. type /** <return>should complete to/***Comments: This has been implemented. As of now, it works for all comments ```/*``` (not just ```/**```). If we get feedback that it is too aggressive...
View ArticleCommented Unassigned: Comment/Uncomment commands not available [1263]
Comment/Uncomment commands ( `Ctrl+K,Ctrl+C` or `Ctrl+E, Ctrl+C` ) not available for "NTVS Dev 2014-07-03 VS 2013". This commands gets the following message:`The key combination (Ctrl+E, Ctrl+C) is...
View ArticleClosed Unassigned: Comment/Uncomment commands not available [1263]
Comment/Uncomment commands ( `Ctrl+K,Ctrl+C` or `Ctrl+E, Ctrl+C` ) not available for "NTVS Dev 2014-07-03 VS 2013". This commands gets the following message:`The key combination (Ctrl+E, Ctrl+C) is...
View ArticleEdited Unassigned: Comment/Uncomment commands not available [1263]
Comment/Uncomment commands ( `Ctrl+K,Ctrl+C` or `Ctrl+E, Ctrl+C` ) not available for "NTVS Dev 2014-07-03 VS 2013". This commands gets the following message:`The key combination (Ctrl+E, Ctrl+C) is...
View ArticleEdited Issue: Documentation for TypeScript [870]
Ideas:- Where to get TypeScript- Where the project templates are (they will be missing if you don't have TypeScript installed)- Non-TypeScript project automatically turns into a TypeScript project if...
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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 Issue: Documentation for TypeScript [870]
Ideas:- Where to get TypeScript- Where the project templates are (they will be missing if you don't have TypeScript installed)- Non-TypeScript project automatically turns into a TypeScript project if...
View ArticleEdited Issue: Icons wrong in 200716.02 [1260]
Icons are wrong in 200716.02. Image attached.!
View ArticleEdited Issue: Startup file gets reference icon when it should be file icon...
New projectInstall package as developerUninstall package
View ArticleClosed Issue: Funky dedentation [1194]
Type the following code. Every line will be dedented to the left after hitting the last ')'.var request = require('request');request('http://www.google.com', function (error, response, body) {if...
View ArticleEdited Issue: Funky dedentation [1194]
Type the following code. Every line will be dedented to the left after hitting the last ')'.var request = require('request');request('http://www.google.com', function (error, response, body) {if...
View ArticleEdited Issue: Startup file gets reference icon when it should be file icon...
New projectInstall package as developerUninstall package
View ArticleEdited Issue: Icons wrong in 200716.02 [1260]
Icons are wrong in 200716.02. Image attached.!
View ArticleEdited Issue: NPM fails to detect missing modules [912]
We fail to properly parse the package.json dependencies. The user can't right click and "update missing".```Grab the AngularJS tutorial from githubCreate a NTVS proj from existing code UI fails to...
View Article