Edited Unassigned: Request: show full path on callstack [1512]
(and potentially other places)The callstack shows the name of the js file, but not the paths.Actual: internals.reviewFile [foo.js] Line 85 JavaScript (anonymous function) [foo-spec.js] Line 465...
View ArticleCommented Unassigned: Locate in Solution Explorer is not working [1509]
Hi, I notice that »Locate In Solution Explorer« from editor content menu is not working. Clicking does not bring you to the position of file inside solution explorer.thxComments: I'm not familiar with...
View ArticleUpdated Wiki: NTVS News
1.0 Beta 3 released Improved analysis, better npm integration, improved editing, express 4 templates, MAX_PATH warning, etc. Available at https://nodejstools.codeplex.com/releases/view/125345.1.0 Beta...
View ArticleUpdated Wiki: NTVS News
1.0 Beta 3 released Improved analysis, better npm integration, improved editing, express 4 templates, MAX_PATH warning, etc. Available at https://nodejstools.codeplex.com/releases/view/125345.1.0 Beta...
View ArticleCreated Issue: 'edits should be provided in order' assert [1513]
var a = a({ a: {ctrl + k + d twice in a row. The assert will occur the second time.---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------edits...
View ArticleEdited Issue: 'edits should be provided in order' assert [1513]
``` var a = a({ a: {ctrl + k + d twice in a row. The assert will occur the second time.```---------------------------Assertion Failed: Abort=Quit, Retry=Debug,...
View ArticleEdited Issue: 'edits should be provided in order' assert [1513]
``` var a = a({ a: {```ctrl + k + d twice in a row. The assert will occur the second time.---------------------------Assertion Failed: Abort=Quit, Retry=Debug,...
View ArticleClosed Issue: Exception on paste [1419]
Put your cursor after the second brace and paste the string "a: a['']"``` var a = a({ a: { a: a[""]```You should get an exception:```Count must be positive and count must refer to a location within the...
View ArticleEdited Issue: Exception on paste [1419]
Put your cursor after the second brace and paste the string "a: a['']"``` var a = a({ a: { a: a[""]```You should get an exception:```Count must be positive and count must refer to a location within the...
View ArticleEdited Issue: Reverse Expression Parser labeling end brace for for [1490]
```for (x = 0; x < 10000; x++) { x = 0;}```hover on the closing brace and you will see:():}: number
View ArticleEdited Feature: Enable mixed-mode JavaScript/C++ debugging [1486]
That would be nice to have an ability to debug JavaScript and C++ code side by side like we can with [Python Tools for Visual...
View ArticleEdited Feature: npm version combobox doesn't show all versions [1489]
For example, for express we only get 2 listed: 4.10 and 4.0The actual list of versions, which you can see with `npm view express`, is much larger.
View ArticleEdited Feature: Publish Setting on Item not respected [1371]
The publish setting on a project item is not respected. All items in a project are published regardless of a users settings on this. We should listen to this setting so users can choose to exclude...
View ArticleEdited Issue: Reformatting invalid array removes changes code [1494]
```x= [1,2,3 4]```Reformat, we remove the space between 3 and 4
View ArticleEdited Unassigned: Redirect javascript output directory to path option is not...
1. Create new NodeJs Console App2. Set 'redirect javacript output to directory' to 'lib' on the typescript build property page.3. Compile__Expected__js files to be generated in the 'lib' folder...
View ArticleEdited Issue: build fails after uninstalling package [973]
Create new projectInstall a module, for ex: bcryptF5/runClose and reopen solution (that seems to make a difference)Right click on bcrypt in npm solution explorer and select Uninstall F5/runResult:...
View ArticleEdited Issue: Reformatting code repeatedly changes [1492]
```for (i = 0; i < 100; i++ {}```Reformat the document, the { keeps moving by one character
View ArticleEdited Feature: Instanceof operator support [921]
The instanceof keyword is not getting correct colorization
View ArticleCommented Issue: Typescript and breakpoints [1517]
Hi, I have a problem with breakpoints in typescript. It happens that when breakpoint is hit, VS shows js file and not TS file and after that stepping is only possible through js file. This is very...
View ArticleCreated Unassigned: change directory for .ntvs_analysis.dat [1524]
I must access and edit my Node.js source files via a windows share. But I have the Visual Studio project file (*.njsproj) stored locally in my "Documents" folder (fast SSD).Node.js tools for VS appears...
View Article