Slashdot Mirror


Microsoft Open-Sources Visual Studio Code (visualstudio.com)

An anonymous reader writes: Microsoft today unleashed a torrent of news at its Connect(); 2015 developer event in New York City. The company open-sourced code editing software Visual Studio Code, launched a free Visual Studio Dev Essentials program, pushed out .NET Core 5 and ASP.NET 5 release candidates, unveiled Visual Studio cloud subscriptions, debuted the Visual Studio Marketplace, and a lot more. The source for Visual Studio Code is available at GitHub under the MIT license. They've also released an extension (preview) for Visual Studio that facilitates code debugging on Linux.

8 of 160 comments (clear)

  1. Could we quit with the stupid conf names? by xxxJonBoyxxx · · Score: 4, Insightful

    >> Connect();

    Could we please quit with the stupid punctuation in conference names? It just messes with search engines, folder structures, etc. Just call this "VScon" and everyone will get the message that this is for Microsoft developers using Visual Studio.

  2. Re:Linux port now by Anonymous Coward · · Score: 4, Insightful

    emacs

  3. Re:VS CODE ! = Visual Studio by sosume · · Score: 4, Insightful

    VS Code is not a web-based, but a filesystem or git based code editor and debugger with support for .net, node.js and other language stacks. Somewhere between Sublime Text and Sharpdevelop.

  4. Re:VS CODE ! = Visual Studio by fluffernutter · · Score: 1, Insightful

    So... more news not really worth talking about.

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  5. Why? why now? by nimbius · · Score: 1, Insightful

    If you're a developer working in a shop writing code for bethesda or valve or EA, chances are your windows site license for desktops and servers is already heavily discounted thanks to your generous interest in a visual studio license despite eclipse being right there. Chances are even better that in order to keep this generous discount your manager has started shoehorning C# into your project requirements to 'maximize the investment value' of what basically amounts to a protection racket for good customers.

    if you're a web developer chances are vim with a few extensions is working well, or there are already a myriad of alternatives that dont require purchasing an expensive license for your startup. Eclipse has always been an option for you. if you're writing games for Android and dont work on the Candy Crush team then youre almost certainly an eclipse user. If youre writing iOS apps you must have done something truly evil in a past life.

    3 years in and No one outside redmond is writing shit for the windows app store. unless you run excel on your phablet, and that comes from the same team that writes excel for your laptop. maybe redmond thinks the reason for this to be a lack of competent IDE for windows? If its looking to gain traction in the 'hot' web languages its about 10 years too late. PHP, python, ruby, and a bunch more shops for these languages made money because they exclusively refused to participate in microsofts cash cow scheme. They already had their desktop and laptop licenses, assuming the devs didnt opt for a macbook, and by the time microsoft dropped the license fees to a few hundred dollars for a group no one was left interested. Maybe microsoft sees this as an opportunity to get a foot in the door at small startups?

    --
    Good people go to bed earlier.
    1. Re:Why? why now? by Anonymous Coward · · Score: 2, Insightful

      Not one statement in the above rant is true or apropos the actual fucking subject.

  6. They ran out of their own? by chmod+a+x+mojo · · Score: 3, Insightful

    You can now contribute to VS Code:
    Submit bugs and help us verify fixes as they are checked in.
    Review the source code changes.
    Contribute bug fixes through pull requests.
    Update and add to the documentation.

    Anyways, joking aside, it's cool that stuff is being released in a more open way than it was traditionally with Microsoft. Hopefully they will keep up the trend and not revert to their old ways.

    --
    To err is human; effective mayhem requires the root password!
  7. Re:Linux port now by Dr_Barnowl · · Score: 5, Insightful

    It's in the same space as other editors-made-of-browser-technology as Komodo and Atom ; it's not a full version of Visual Studio.

    My preference in that space is still Komodo Edit ; it has the benefit of maturity. Atom has that liveliness that new projects do. VSC? Not sure how it will attract the community it needs to thrive.