This is great news, but aren't there bigger fish to fry with really supporting node.js & npm on Windows? The 255 character path limit bug has been around for a long time and still unresolved/broken on Windows (see https://github.com/joyent/node/issues/6960 and https://github.com/npm/npm/issues/5641 ). Suggestions to fix it on the Windows side have been closed too: http://visualstudio.uservoice.com/forums/121579-visua…
See comments on this thread re: max_path problems, workarounds, and how we help mitigate it in NTVS: https://news.ycombinator.com/item?id=9265694 Otherwise, yeah - we don't like it either... here's the not-closed uservoice request ;-) https://windows.uservoice.com/forums/265757-windows-feature-... EDIT: Re: fish: Indeed - we have some big fish to fry, but luckily msft is a big company that can fry multiple fish at a…
Node.js Tools for Visual Studio
91–100 of 127 posts
Re: Node.js Tools for Visual Studio
#92I remember a bunch of problems have been discussed earlier [1] concerning node.js on Windows, such as file-system path length limits and broken symlinks and lack of modules actually tested on Windows. That was almost a year ago, so how do the things stand now? [1] https://news.ycombinator.com/item?id=7914566
windows not being a priority won't change, because windows as a deployment target is pretty much a joke. I mean... desktop environment on your application server ... lol? There's so much friction legality and culture wise to getting a windows server to spin up, get developers to use good practices, encourage automation and resusability...
I take it you haven't done .Net development? It's incredibly easy though Docker and similar tech wasn't developed for Windows so some of that has lagged behind.
> I mean... desktop environment on your application server ... lol?
This is a pretty old way of thinking; it's simply another way of managing your application server. This really isn't a big deal anymore.
Re: Node.js Tools for Visual Studio
#93How 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 actually use it. I'm not serious about web development though, I just do it for my job. I also use Python Tools for Visual Studio, but that is a different story.
Re: Node.js Tools for Visual Studio
#94Dev here - happy to answer any questions you have :)
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.
Re: Node.js Tools for Visual Studio
#95I was really excited about Visual Studio for a chance at Coffeescript intellisense, however I learned after the several gig download it wasn't supported. It seems there is basically no way to get proper autocomplete in any editor for CS, suggesting maybe I should just consider Babel for ES6/7 despite my massive love for CS and giant projects built in it.
Re: Node.js Tools for Visual Studio
#96Earlier quoted context omitted.
Break on exception? Done! http://nodejstools.codeplex.com/wikipage?title=Debugging#bre... We have SO MANY PLANS, so please upvote or request the ones you think are important :) https://nodejstools.codeplex.com/workitem/list/basic
I'd vote for the "Move to github", but (fittingly enough) I'm not going to create a codeplex account just for that purpose. :-\
Re: Node.js Tools for Visual Studio
#97How 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…
It's super cool for people wanting to do node on Windows. I used the beta while doing a small side project at my last job, and they worked well for that project. My issue isn't necessarily azure and VS. It's the state of node on Windows. It's a second class citizen compared to the versions for posix compliant OSes. There are things that just don't work on Windows without installing VS, which is undesirable for deploy…
Re: Node.js Tools for Visual Studio
#98Earlier quoted context omitted.
Just use cmder or conemu; then you'll have a great console and ssh :)
Thank you , last question , are they reliable ? ( I am installing them right now , but I think as you mention them , you can answer this question better ) Because I use SSH in my work and research all the time , I am kind of tired of putty and its bug's.
Re: Node.js Tools for Visual Studio
#99Earlier quoted context omitted.
I thought connect was the official way to complain about MS things?
Technically... - connect is for filing bugs - uservoice is for "ideas and suggestions" How people use it, of course, is a completely different story... And then some teams (like us) have public issue trackers, which are the best approach if available because everything goes directly to the team: https://nodejstools.codeplex.com/workitem/list/basic
I think Ms is doomed to get people complaining about unrelated junk any time they open a platform up.
Re: Node.js Tools for Visual Studio
#100Dev here - happy to answer any questions you have :)
Also, I've noticed that if I open a few files the IDE creates "Virtual Solution", but it's hard to tell which files are there, and which don't. For example: TypeScript files are, but no such luck with SASS.
P.S. And a CMD/Terminal in a panel (akin to the Output panel, but with an... well, input) - is that possible?