Node.js Tools for Visual Studio
41–50 of 127 posts
Re: Node.js Tools for Visual Studio
#42Dev here - happy to answer any questions you have :)
Ooh, tracepoints, DO WANT! Are they only available in one of the paid versions of Visual Studio? The VS debugger is excellent, its probably the dev tool I miss the most since leaving C++ and going to JS, and tracepoints are the feature I wish for most frequently in a browser debugger. So I was about to naively suggest the VS team could push for tracepoints in IE, but OMG! Tracepoints are in IE11. Where have I been? I…
I don't think you need one of the paid versions, but I'll double check and edit this if I'm wrong.
Re: Node.js Tools for Visual Studio
#43Earlier quoted context omitted.
Wow this looks pretty amazing! How do you handle the super-long paths npm is so fond of? On Windows I often run into issues when searching or trying to manipulate a solution containing anything npm due to too-long paths.
I have run into this problem as well. Manually modifying packages is not fun.
Re: Node.js Tools for Visual Studio
#44Superb stuff. Now time for MS to help getting io.js working on Windows. With confidence.
Re: Node.js Tools for Visual Studio
#45Re: Node.js Tools for Visual Studio
#46How many people do you think will actually use this? I just really cannot ever see mass use of azure and visual studio in the web ecosystem. The people writing nodejs code are all using vim and unix, and you're asking them to give up their workflow and change operating systems. I want to be able to poke around in bash. (edited back in) Sure, some people new to web programming might go this route. But the next big web…
I think your original comment mentioned that you'd want console access. While I was grabbing a screenshot, it looks like you edited your comment and removed that, but I think that was a valid concern. There's a web based console that's sadly not that well known. Here's a screenshot: http://i.imgur.com/Lrw7lL1.png Here's a video showing more of the features (it's from 2013, it looks better and more has been added sinc…
This is the first time I've seen this, which is a shame, because it solves a lot of my misgivings with Azure..
Re: Node.js Tools for Visual Studio
#47Earlier quoted context omitted.
Wow this looks pretty amazing! How do you handle the super-long paths npm is so fond of? On Windows I often run into issues when searching or trying to manipulate a solution containing anything npm due to too-long paths.
I use a tool called flatten-packages [1] and I usually do all of my npm work while visual studio is closed (and use short root paths as mousetraps suggested). I just flatten them after adding/updating/syncing packages. [1] https://www.npmjs.com/package/flatten-packages
Re: Node.js Tools for Visual Studio
#48Earlier quoted context omitted.
> While we're at it, is the static analysis tools you built for this public? maybe this? http://nodejstools.codeplex.com/SourceControl/latest#Nodejs/...
Looks like it, yeah. Thanks!
Re: Node.js Tools for Visual Studio
#49That was almost a year ago, so how do the things stand now?
Re: Node.js Tools for Visual Studio
#50Earlier quoted context omitted.
The people writing nodejs code are all using vim and unix No they aren't, that's just your perception because you are surrounded by those that are. AFAIK Windows Node developers are still a minority, but that doesn't mean they're not a sizable group of people. A lot of code is written in corporate environments in C# and Visual Studio - adding Node to that mix is a sensible bet on Microsoft's part.
Yeah I was being hyperbolic, but my point still stands. The LARGE majority of developers have accepted unix as their overlord, and that poses a huge problem to microsoft as they're a second thought. They're forced to try to fit new frameworks into their ecosystem, rather than on unix where developers expect it to run. I see it ultimately as damage control. With the overwhelming majority of developers on unix, you're…
I doubt that it's true in either case. IT departments around the world employ programmers to make all sorts of business apps including internet/intranet web apps. Even some very small companies have custom apps to do business and the vast majority of businesses are using Windows.