Ever since Nadella took over at Microsoft, such news items are becoming more and more frequent. Ten years ago, my first reaction at such a headline would have been to check my calendar if it's April 1st. Microsoft has come a long way from the company that everybody loved to hate. IMHO, they still have a long way ahead of them, but it's nice to see they seem to be serious about it. With Ballmer at the helm, I had the…
Sorry to nick pick but the following download statement is "not optimal": When this tool crashes, we automatically collect crash dumps so we can figure out what went wrong. If you don’t want to send your crash dumps to Microsoft, don't install this tool. So no check box to deactivate this phone-home feature that used to be standard in Microsoft products like Visual Studio, Office and Windows. That's a regression. (So…
Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
201–210 of 561 posts
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#202I am sure I must be missing something. It is a text editor, feels sublime-y. But it doesn't seem to be even a smaller cousing to Visual Studio, so the name is confusing.
It seems to be geared towards JS/Html. If so, we already have plenty of tools for that.
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#203There's a lot more info on it in its documentation here: https://code.visualstudio.com/docs Looks interesting, but I don't really see much that differentiates it from Atom, Sublime, Brackets, etc. Also the language support is kinda barebones--no syntax highlighting for Go or Rust? Only intellisense for Javascript and web stuff? Debugging only for Node.js?
no syntax highlighting for Go or Rust? surely you jest ;)
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#204Ever since Nadella took over at Microsoft, such news items are becoming more and more frequent. Ten years ago, my first reaction at such a headline would have been to check my calendar if it's April 1st. Microsoft has come a long way from the company that everybody loved to hate. IMHO, they still have a long way ahead of them, but it's nice to see they seem to be serious about it. With Ballmer at the helm, I had the…
Sorry to nick pick but the following download statement is "not optimal": When this tool crashes, we automatically collect crash dumps so we can figure out what went wrong. If you don’t want to send your crash dumps to Microsoft, don't install this tool. So no check box to deactivate this phone-home feature that used to be standard in Microsoft products like Visual Studio, Office and Windows. That's a regression. (So…
"This is the Monaco editor component from Erich Gamma's group out of Zurich. It was originally written in JavaScript but gradually rewritten in TypeScript. When Anders speaks about teams within Microsoft building large TypeScript systems, this is one he is talking about" as one comment mentioned on a related article "It's also used in VisualStudio and IE11's new F12 tools.": http://www.hanselman.com/blog/ARichNewJavaScriptCodeEditorSp...
"Code uses a newer, faster version of the same industrial-strength HTML-based editor that has powered the “Monaco” cloud editor, Internet Explorer's F12 Tools, and other projects.": https://code.visualstudio.com/Docs
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#205Earlier quoted context omitted.
Windows is becoming irrelevant, Microsoft Office is being supplanted by Google Docs being both free and 'good enough', and worst of all, Microsoft completely missed the boat on mobile. The Microsoft of old would have died out eventually. What we are seeing is not something you see often - a behemoth of a company doing a 'pivot'. What would you do remain relevant in the face of the majority of the internet services no…
You're completely lost in your Silicon Valley mindset. Most of the western world still shows up to work and uses Office on Windows. Even in tech, I've seen non-technical workers request PC's just so they can use "real" Office. Office for Mac doesn't cut it. And while it might be good enough for you, it's not for many people who rely on Word, Office, and PowerPoint for work. Oh, and Google Docs is hardly free in the o…
After a few generations raised on smartphones and tablets without any Microsoft apps, Microsoft Office would just be a curiosity their parents used, like Corel Draw or dBase.
Fortunately Microsoft has taken note; there's rumor of Android Office apps, and the latest version of the Surface tablet is quite popular.
Microsoft, and in particular, Office is still going strong, but the stranglehold it had in the 90's is gone.
--
Google may want businesses to pay, but going to docs.google.com and using your personal email address works just fine - much to the chagrin of IT departments everywhere.
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#206Earlier quoted context omitted.
Sorry to nick pick but the following download statement is "not optimal": When this tool crashes, we automatically collect crash dumps so we can figure out what went wrong. If you don’t want to send your crash dumps to Microsoft, don't install this tool. So no check box to deactivate this phone-home feature that used to be standard in Microsoft products like Visual Studio, Office and Windows. That's a regression. (So…
I'm hoping this is only while it's in development/beta?
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#207Ever since Nadella took over at Microsoft, such news items are becoming more and more frequent. Ten years ago, my first reaction at such a headline would have been to check my calendar if it's April 1st. Microsoft has come a long way from the company that everybody loved to hate. IMHO, they still have a long way ahead of them, but it's nice to see they seem to be serious about it. With Ballmer at the helm, I had the…
Sorry to nick pick but the following download statement is "not optimal": When this tool crashes, we automatically collect crash dumps so we can figure out what went wrong. If you don’t want to send your crash dumps to Microsoft, don't install this tool. So no check box to deactivate this phone-home feature that used to be standard in Microsoft products like Visual Studio, Office and Windows. That's a regression. (So…
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#208Earlier quoted context omitted.
I must agree with even though I don't want to. Microsoft seems to legitimately changing its behavior. Personally, I still want more. An open source editor would have been nice. Many good text editors are open source Vim, Emacs, Atom, Notepad++ entering this area with less community seems like an unneeded difficulty.
This editor is built on Atom.
Try using it to view its own source code inside the app!
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#209Earlier quoted context omitted.
The push to open source started under Ballmer and has been gaining momentum the past few years. You saw some of the very early open source work debut when Scott Guthrie open sourced ASP.NET MVC 2 in 2010. He (Guthrie) blogged a few times about evangelizing open source in Microsoft, and given today's news, he gained quite a bit of traction over the years. It also helped that ASP.NET MVC is a pretty sold web framework…
Funny thing is most MS devs seem to think that asp.net is on its way out.
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#210I wonder which technology they are using to archive multi platform ? Are they going native Qt, Gtk and Cocoa or they use Mono and Window.Forms ?