Live data from Hacker News

Visual Studio Code is now open source

code.visualstudio.com

241–250 of 403 posts

Re: Visual Studio Code is now open source

#241
post #2

VSC has revolutionized how I code on Linux. Thank you, Microsoft!

Could you elaborate? I've toyed with it, but Sublime works pretty damn well for me so I saw little reason to switch. What about it is so revolutionary for you?

Several things. Integrated debugger. Built-in autocompletion that just works (at least for C# and JS that I've checked). Already up to parity with ST3 (which I use daily) for a lot of things, and updated on a monthly basis by a large-ish team. Now open Source.

Re: Visual Studio Code is now open source

#242
post #150

Earlier quoted context omitted.

I'm struggling to understand how you are a hard core Linux user yet you've never heard of a good Linux IDE. KDevelop? Eclipse? Netbeans? KomodoIDE? Anything from JetBrains? And I don't even know what might be available on the Gnome side. Then there are all the great editors that sit right on the verge of being IDEs once you configure - Kate, KomodoEdit, Sublime Text and so many more. Personally the look at VS Code ma…

Are you seriously comparing Eclipse to Visual Studio? I use both of them. Eclipse for CUDA programming, Visual Studio for everything else. There's no comparison. Eclipse is a buggy heap of crud. Visual Studio just works.

As much as I like VS, depending on the plugins you need, when working in web projects it can get funky to frustrating... on a system with plenty of RAM and an SSD, it's very nice.

I do more node these days, and so far I like VSC best of the editors I've tried.

Re: Visual Studio Code is now open source

#243

I liked Visual Studio when I used it for a university mandated project years ago. If Microsoft had open sourced this a decade ago, I might actually be using it today.

Just FYI, this is not Visual Studio. This is Visual Studio Code which is an Atom like simple text editor built with web technologies. Specifically it uses Monaco, Microsoft's online code editor and Electron, GitHub's cross platform UI platform that was developed as part of Atom. Great text editor IMHO, but not Visual Studio.

Re: Visual Studio Code is now open source

#244

We've been asked this by a few people, so I figured this is a good place to respond: Will PTVS (Python Tools for Visual Studio) come to VSCode? The answer is YES! This will be a major focus next year. Expect full intellisense, debugging, profiling, pkg mgmt, unit test, virtual env, multiple interpreter, Jupyter, etc. support. Disc: Python/R/Jupyter team lead https://www.visualstudio.com/features/python-vs

As a Python-lover: this is awesome. There is a need for something with good Python support in-between a full blown PyCharm and plain VIM

There are Jedi plugins for lots of editors - including Sublime & Atom: https://github.com/davidhalter/jedi

Re: Visual Studio Code is now open source

#245
post #65

The name of the "VS Code" product makes the title a little mis-leading. I thought the code for "Visual Studio" was open sourced. Turns out it's just this stripped down editor called "Visual Studio Code".

Visual Studio Code is a bad name. - It draws comparisons to Visual Studio- even though Code isn't really an IDE (nor is it supposed to be) - It's really bad for SEO, searching for "how to do X in Visual Studio Code" pulls hundreds of existing posts on how to do that thing in classic VS. That's going to disrupt developer experience for both VS and Code. - It's confusing for developers wanting to download Code, or VS;…

As for being an IDE, it's headed that way... there's debugger integration for node and go, while python (from upstream comments) is being worked on.

I haven't used the integrated debugger/runtime, but it seems to be going that way...

As a straight editor though, definitely more lightweight than any IDE I've used.

Re: Visual Studio Code is now open source

#246

I 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.

You're going to hate JavaScript then.

Re: Visual Studio Code is now open source

#247
post #65

The name of the "VS Code" product makes the title a little mis-leading. I thought the code for "Visual Studio" was open sourced. Turns out it's just this stripped down editor called "Visual Studio Code".

Microsoft have never been good at product naming. Just today they renamed 'Visual Studio Online' to 'Visual Studio Team Services' because people thought it was an online version of Visual Studio. They need a VP of Product Names, someone that actually cares what their products are called. '.Net' for example is a stupid name because it is practically un-googleable.

This reminds me of the early 2000s when .Net was still in development and nobody knew exactly what it was because Microsoft would never admit it was just a better Java.

When everybody was confused enough, they did the next logical thing, they peppered the .Net suffix to all their brands, that way they could tell the DoJ it was an integral part of all their products.

They quickly reverted everything when they realized what a cluster fuck they actually created. They kept the stupid name though.

Re: Visual Studio Code is now open source

#248

This is pretty amazing from the company that was trying to kill Linux just a few years ago and is now adopting that mentality for developing and delivering software. While I don't want to be negative; this and other recent moves by MS, seem to be an effort to lighten the overladen ship that is the MS super-tanker. Will moves like this prevent them from sinking? Personally, I switched away from MS products in 1996 and…

In the end, I feel that this goes hand in hand with their efforts to make Azure a really good option for cloud deployments, and it is. They can make more money from people deploying to Azure if they can get the tooling as nice as possible.

Re: Visual Studio Code is now open source

#250

We've been asked this by a few people, so I figured this is a good place to respond: Will PTVS (Python Tools for Visual Studio) come to VSCode? The answer is YES! This will be a major focus next year. Expect full intellisense, debugging, profiling, pkg mgmt, unit test, virtual env, multiple interpreter, Jupyter, etc. support. Disc: Python/R/Jupyter team lead https://www.visualstudio.com/features/python-vs

This is great news. Now all we need is a proper terminal in Windows that includes Python out of the box ;)
Post reply on HN