Edited Issue: Reformatting invalid array removes changes code [1494]
```x= [1,2,3 4]```Reformat, we remove the space between 3 and 4
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 Issue: Formatting issue in beta3 [1525]
Hi,Auto formatting this code:````var a = function (test) { return {}}````gives````var a = function (test) { return {}}````Another example, auto formatting this code:````socket.on("disconnect", function...
View ArticleEdited Issue: Reformatting code repeatedly changes [1492]
```for (i = 0; i < 100; i++ {}```Reformat the document, the { keeps moving by one character
View ArticleNew Post: NTVS for Visual Studio 14
+1 Is there that much effort? I mean, has the VS SDK changed that much?
View ArticleEdited Issue: Reformatting invalid member introduces space [1496]
```x.42```Reformat document and a space is introduced before the .
View ArticleCommented Issue: Reformatting invalid member introduces space [1496]
```x.42```Reformat document and a space is introduced before the .Comments: The parser creates an AST with this of two expression statements 1) "x" 2) "0.42" it then adds a space between these two...
View ArticleEdited Issue: installing large modules like lwip crashes VS [1433]
Original comment from Randallto:> It can take some time to work around some ux quirks, but after that is seems to be working fairly well. Just don't add large node_modules like lwip or the entire...
View ArticleEdited Issue: NPM: searching for 'azure' returns packages starting with 'a'...
NTVS 21027.00. 1. I have a TypeScript project (Express 3 app)2. Select the npm node and the global node3. Open the NPM dialog and search for 'azure'.Results:Getting packages starting with 'a'. See...
View ArticleEdited Feature: open repl command from project node [1240]
would be nice to get a quick access to the REPL window from the project or npm node.
View ArticleClosed Issue: npm not installed dialog has a (null) [1187]
```---------------------------npm Not Installed---------------------------Could not find npm.cmd. Ensure you have a recent version of node.js installed and have specified the location of node.exe in...
View ArticleEdited Issue: .gitignore ignores some node.js submodules [1356]
Repro: http://blog.jongallant.com/2014/08/nodejs-visual-studio-azure.html#.U_IqM_9OVaSLooks like this is an issue with the .gitignore file that’s added in new project when you check “add to source...
View ArticleEdited Issue: don't load npm results into memory [1438]
Query database instead. This will also require us to add pagination to not display all packages.
View ArticleCommented Unassigned: TFS Online : Exception Message: Could not find a part...
When I build my project with TFS online I've this error :Exception Message: Could not find a part of the path 'C:\a\bin\_PublishedWebsites'. (type DirectoryNotFoundException)Exception Stack Trace: at...
View ArticleClosed Issue: fails to reconstruct repl window when restarting vs while...
This one goes through bouts of repro-ing consistently (when it repros, it repros many times in a row)An exception was encountered while constructing the content of this frame. This information is also...
View ArticleEdited Issue: fails to reconstruct repl window when restarting vs while...
This one goes through bouts of repro-ing consistently (when it repros, it repros many times in a row)An exception was encountered while constructing the content of this frame. This information is also...
View ArticleNew Post: Known performance problem with a large number of dependencies?
The number for the issue I submitted is 1248. I just found it and the status is set to 'Resolved'. I am going to try out Beta 3.
View ArticleNew Post: Is the Intellisense memory leak fixed for very large node projects?
Hmm, looks my original issue has been resolved. (1248) I'll have to check and see if it's fixed.
View ArticleEdited Feature: Instanceof operator support [921]
The instanceof keyword is not getting correct colorization
View Article