Edited Issue: isense options should have description [1124]
now:OffLowHighconsider:Off - you get no completions or resources spent on analysisLow - minimal intellisense with low resource usage (cached)High - maximum intellisense detail (cached)
View ArticleEdited Issue: Intellisense settings should be under Intellisense [1132]
Other languages use JavaScript->Intellisense, C#->Intellisense, etc.... We should do the same.
View ArticleSource code checked in, #086e32a8490bde59d278402aaa4864d29b54d494
#1124 isense options should have description Replace drop-down combo box with radio buttons and assign descriptive tooltips to them. #1132 Intellisense settings should be under Intellisense
View ArticleEdited Unassigned: \r\nserver.on(" ... [1138]
we shouldnt show the \r\n when displaying help text
View ArticleCreated Issue: scary dialog when trying to profiler when another one is...
------------------------------------------------------System.IO.IOException: The process cannot access the file 'c:\users\sitani\documents\visual studio 2013\Projects\ExpressApp5\ExpressApp5\v8.log'...
View ArticleCommented Issue: scary dialog when trying to profiler when another one is...
------------------------------------------------------System.IO.IOException: The process cannot access the file 'c:\users\sitani\documents\visual studio 2013\Projects\ExpressApp5\ExpressApp5\v8.log'...
View ArticleCreated Issue: NodeLogConverter has stopped working [1155]
Tried to run second profiler, after some time (without clicking message dialog), new dialog pops up re: nodeLogConverter__From event viewer:__Application:...
View ArticleEdited Issue: Multiline comments inside blocks get dedented [1136]
Start with an empty block:```{}```Move cursor right after the `{` and press Enter - the cursor will be on the newly inserted blank line, and will be properly indented (one level in) for block content....
View ArticleEdited Issue: lines in braces get shifted left while typing [1133]
After pressing enter, on the from line, the line gets shifted left. This happens with every subsequent line.```var mailOptions = {from: "blahblah",```
View ArticleEdited Issue: exception when restarting [1128]
created express appclosed vsreopened vsreopened last projectgot exception:<description>System.NullReferenceException: Object reference not set to an instance of an object.at...
View ArticleEdited Issue: Interactive Window complains about undefined functions [1122]
Open the REPL and execute:```function f() {}```Then, start typing `f`. It will get a green squiggle with "variable has not been declared". Continue typing and execute `f()`. The call will succeed, but...
View ArticleEdited Issue: Out of memory - parser/analysis? [1038]
I'm using build 20528.An empty console app, where I used bower to install some stuff (angular, bootstrap, DefinitelyTyped, jquery, knockout). I didn't have any npm modules installed, and there was no...
View ArticleCommented Issue: NodeLogConverter has stopped working [1155]
Tried to run second profiler, after some time (without clicking message dialog), new dialog pops up re: nodeLogConverter__From event viewer:__Application:...
View ArticleCreated Issue: significant delay after clicking stop profiling button [1156]
button should provide some sort of feedback that it is executing
View ArticleEdited Issue: Stop profiling crashes VS and causes it to restart [1120]
Configuration- Win8.1 w/ latest updates- VS 2013 Update 3 RC- NTVS build 20630.01- Node.js 0.10.29Repro- create a default Blank Node.js Web Application- Launch Node.js profiling- Once the website...
View ArticleCommented Issue: Stop profiling crashes VS and causes it to restart [1120]
Configuration- Win8.1 w/ latest updates- VS 2013 Update 3 RC- NTVS build 20630.01- Node.js 0.10.29Repro- create a default Blank Node.js Web Application- Launch Node.js profiling- Once the website...
View ArticleCreated Issue: nodejs profiling starts and ends prematurely when already...
should open dialog or something, but instead just starts profiling, and stops after 200ish samples
View ArticleEdited Issue: nodejs profiling starts but ends prematurely when already...
should open dialog or something, but instead just starts profiling, and stops after 200ish samples
View ArticleEdited Issue: Profiling doesn't run on NTVS projects [1105]
Configuration- Win8.1 - VS2013 Ultimate Update 3 (build 20621.00)- Node.js 0.10.29- NTVS build 20625.00Repro- Create a Node.js Azure Express Application- Launch Node.js profilerActual Result- Doesn't...
View ArticleEdited Issue: Unable to enter debug mode on Chinese locale [888]
I use F5 to start my program, but it does not automatically open the browser to run, has been staying in the picture frame, I try to use CTRL + F5 to run properly, I do not understand where the problem...
View Article