Commented Issue: Crash when clicking on editor tab when opening a solution...
VS 2013 (Ultimate or Express for Web)NTVS 1.0.21020.0Extract the zip file from our bugs share: 1456/ExpressApp1.zipOpen solution.If there's no files opened automatically by editor, then open app.js and...
View ArticleEdited Issue: ReverseExpressionParser gets lost [1543]
We don't set the correct type on an object because we don't understand .hide(); Hovering over hide and doing go to definition results in the REP believing its not on a symbol``` if (object != null){...
View ArticleCommented Issue: Crash when clicking on editor tab when opening a solution...
VS 2013 (Ultimate or Express for Web)NTVS 1.0.21020.0Extract the zip file from our bugs share: 1456/ExpressApp1.zipOpen solution.If there's no files opened automatically by editor, then open app.js and...
View ArticleEdited Issue: Crash when clicking on editor tab when opening a solution with...
VS 2013 (Ultimate or Express for Web)NTVS 1.0.21020.0Extract the zip file from our bugs share: 1456/ExpressApp1.zipOpen solution.If there's no files opened automatically by editor, then open app.js and...
View ArticleEdited Issue: Crash when clicking on editor tab when opening a solution with...
VS 2013 (Ultimate or Express for Web)NTVS 1.0.21020.0Extract the zip file from our bugs share: 1456/ExpressApp1.zipOpen solution.If there's no files opened automatically by editor, then open app.js and...
View ArticleCommented Issue: Crash when clicking on editor tab when opening a solution...
VS 2013 (Ultimate or Express for Web)NTVS 1.0.21020.0Extract the zip file from our bugs share: 1456/ExpressApp1.zipOpen solution.If there's no files opened automatically by editor, then open app.js and...
View ArticleEdited Issue: Crash when clicking on editor tab when opening a solution with...
VS 2013 (Ultimate or Express for Web)NTVS 1.0.21020.0Extract the zip file from our bugs share: 1456/ExpressApp1.zipOpen solution.If there's no files opened automatically by editor, then open app.js and...
View ArticleCommented Issue: No IntelliSense on external modules and suspiciously small...
Express for Web 2013 Update 3Create new console appnpm install azurenpm install mongooseType this:var mongoose = require(and see if mongoose and azure are in the list of completions.Restart VS and...
View ArticleEdited Issue: No IntelliSense on external modules and suspiciously small 1MB...
Express for Web 2013 Update 3Create new console appnpm install azurenpm install mongooseType this:var mongoose = require(and see if mongoose and azure are in the list of completions.Restart VS and...
View ArticleEdited Feature: VS14 image support [1268]
Images in VS14 need to be XAML based, which requires shared project work to support providing the references.
View ArticleEdited Feature: Able to set breakpoints on an empty line [1367]
Like with a C# project, NTVS project shouldn't allow developers to put breakpoints on empty lines. This isn't high priority but looks good for fit and finish.
View ArticleClosed Feature: Can't expand/collapse sections of code [1408]
See screenshot below:Comments: Code outline is already in Beta3 release. If this is something else, please feel free to reactivate. Thanks.
View ArticleEdited Feature: Can't expand/collapse sections of code [1408]
See screenshot below:
View ArticleEdited Feature: node & python - use api to set websocket state [1550]
it's a pain to have to go do a separate step (after generally forgetting to) just to turn on websockets when it can be done programmatically.
View ArticleEdited Feature: Respect @private and @api private [1569]
Express 4, and other popular Node packages, use either `@private` or `@api private` doc comment annotations on their members to indicate private APIs. We should respect those, and not show the members...
View ArticleEdited Issue: Dev14: double clicking to install npm package in the dialog...
Windows 10 previewVS 2015 PreviewNTVS 21117.00Azure SDK 2.5Repro:1. Create an Azure Express 4 website2. From SolEx bring up the npm dialog3. Type lodash, and double click on the lodash packageActual...
View ArticleEdited Issue: Comments after braces misformatted [1571]
Before:``` if ('open' == this.conn.readyState) { debug('writing packet %j', packet); if(!preEncoded) { // not broadcasting, need to encode this.encoder.encode(packet, function (encodedPackets) { //...
View ArticleEdited Issue: Start Debugging doesn't work with Russian locale [1561]
I have visual studio 2013 community. Windows 8.1 russian version. When i click debug(F5) nothing happened. Ctrl + F5 works ok.
View ArticleCommented Issue: Start Debugging doesn't work with Russian locale [1561]
I have visual studio 2013 community. Windows 8.1 russian version. When i click debug(F5) nothing happened. Ctrl + F5 works ok.Comments: Can you tell more about what exactly you're doing, and what the...
View ArticleEdited Issue: Start Debugging doesn't work with Russian locale [1561]
I have visual studio 2013 community. Windows 8.1 russian version. When i click debug(F5) nothing happened. Ctrl + F5 works ok.
View Article