VSC has revolutionized how I code on Linux. Thank you, Microsoft!
corporate shill /s
Visual Studio Code is now open source
21–30 of 403 posts
Re: Visual Studio Code is now open source
#22Has anyone spent a lot of time with VS Code? I tried it a while back when it was first announced and have not found a reason to re-visit it yet. At the time it felt like a sublime-text alternative instead of an IDE (was it always positioned to be just an editor?) Always great to see more options though.
Re: Visual Studio Code is now open source
#23As an Atom user that's only dabbled with VS Code when it was announced, what are its advantages? Last time I tried Code it seemed like a fork of Atom with Microsoft branding.
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.
Re: Visual Studio Code is now open source
#24I really hate how MS names things. Microsoft SQL Server, or as most people call it SQL Server. I read the title to this post as Visual Studio code is now open-source - but it's not. The product some genius called Visual Studio Code has been opened. I'm really surprised Windows isn't called Microsoft Operating System, or Operating System for short.
Re: Visual Studio Code is now open source
#25Has anyone spent a lot of time with VS Code? I tried it a while back when it was first announced and have not found a reason to re-visit it yet. At the time it felt like a sublime-text alternative instead of an IDE (was it always positioned to be just an editor?) Always great to see more options though.
ETA: yes it has debuggers for some languages as well, though none that I am using at the moment.
Re: Visual Studio Code is now open source
#26I really hate how MS names things. Microsoft SQL Server, or as most people call it SQL Server. I read the title to this post as Visual Studio code is now open-source - but it's not. The product some genius called Visual Studio Code has been opened. I'm really surprised Windows isn't called Microsoft Operating System, or Operating System for short.
Brilliant idea. Why not go all the way and call it OS. We could then have OS 10 from MS and OS X from Apple!
Re: Visual Studio Code is now open source
#27Has anyone spent a lot of time with VS Code? I tried it a while back when it was first announced and have not found a reason to re-visit it yet. At the time it felt like a sublime-text alternative instead of an IDE (was it always positioned to be just an editor?) Always great to see more options though.
https://marketplace.visualstudio.com/vscode/Debuggers
You can set breakpoints, check out the call stack, and inspect local variables.
Re: Visual Studio Code is now open source
#28I really hate how MS names things. Microsoft SQL Server, or as most people call it SQL Server. I read the title to this post as Visual Studio code is now open-source - but it's not. The product some genius called Visual Studio Code has been opened. I'm really surprised Windows isn't called Microsoft Operating System, or Operating System for short.
Re: Visual Studio Code is now open source
#29Earlier quoted context omitted.
I tried it out but too but Atom pulled me back because of its plugins and linters
VSCode is extensible now -- they are called extensions. https://marketplace.visualstudio.com/#VSCode
Re: Visual Studio Code is now open source
#30Has anyone spent a lot of time with VS Code? I tried it a while back when it was first announced and have not found a reason to re-visit it yet. At the time it felt like a sublime-text alternative instead of an IDE (was it always positioned to be just an editor?) Always great to see more options though.
Ya, it is just and editor. I have been using it on OSX for a while now and I like it's simplicity. The git integration is also very nice. ETA: yes it has debuggers for some languages as well, though none that I am using at the moment.