Visual Studio Code is now open source
91–100 of 403 posts
Re: Visual Studio Code is now open source
#92I actually visited the VS Code team at Microsoft a few weeks ago for a product-research day where they brought in developers from small teams from around the US. I had heard that this was the plan, and I'm excited to see that it has since happened. They showed some compelling features (still not-yet released) that I think would bring this well-beyond a simple Atom competitor. Once they bring the debugging and linting…
I've read they're beta testing Go on Azure. Another good thing for sure.
Re: Visual Studio Code is now open source
#93Earlier quoted context omitted.
The cross-platform aspect is very nice IMO. Being able to feel at home on all 3 major platforms is great!
That requires proprietary libraries your users can't install. MS, Apple and Android have no incentive to make your programs easily portable. They've gone to extreme lengths to make it hard.
Re: Visual Studio Code is now open source
#94Earlier quoted context omitted.
VSCode is extensible now -- they are called extensions. https://marketplace.visualstudio.com/#VSCode
Interesting! I see there's a LaTeX highlighter but it seems there's no compiling add-on :(
Re: Visual Studio Code is now open source
#95Do folks like Linus and John Carmack crank up Eclipse and use wizards?
[ EDIT: I've obviously offended some Visual programming fans. I apologize. ]
Re: Visual Studio Code is now open source
#96VSC has revolutionized how I code on Linux. Thank you, Microsoft!
Re: Visual Studio Code is now open source
#97Don't a lot of advanced folks avoid reliance on "visual paint" style programming? Do folks like Linus and John Carmack crank up Eclipse and use wizards? [ EDIT: I've obviously offended some Visual programming fans. I apologize. ]
Re: Visual Studio Code is now open source
#98VSC has revolutionized how I code on Linux. Thank you, Microsoft!
The shilling is strong with this one.
https://hn.algolia.com/?query=author:dang%20shill&sort=byDat...
Re: Visual Studio Code is now open source
#99Eh, could be worse.
Re: Visual Studio Code is now open source
#100Earlier quoted context omitted.
There's other features, but the biggest for me is if you're writing TypeScript or C# you get first-class visual debugging support. Also the live Markdown Preview (cmd-shift-v) is pretty awesome.
You can use Split Editor and Markdown Preview to have live preview while editing.