Live data from Hacker News

Visual Studio Code 1.10

code.visualstudio.com

61–70 of 145 posts

Re: Visual Studio Code 1.10

#61

Copy Syntax Highlight is huge. Years ago, I had written a utility to invoke syntax highlighting from text sources for use in PowerPoint presentations and Photoshop editing ( https://github.com/minimaxir/copy-syntax-highlight-osx/ ); I am very happy it is now obsolete.

TextMate had (has?) a "Copy as RTF" format which I used to use to copy code into slides. But, yes, more editors doing this is handy.

Re: Visual Studio Code 1.10

#63
post #43
post #36

Earlier quoted context omitted.

It's everything a scroll bar does and more. Yea you can kind of get to know the structure of your code which is nice and sometimes when I open up a file and the mini-map is dense I already know I'm getting into a big file. One of the most useful features for me (not sure if VS Code has this), but when I double-click/select a word, all other words with the same name are highlighted in the minimap. It's crazy useful fo…

Playing around with the minimap now, and disappointingly it doesn't seem to render the text selection (at least not at my dpi). Was looking forward to that as well. If you haven't tried vscode however, it's always had selection markers inside the real scrollbar.

Hi eduren, I'm on the VS Code team. The minimap this release is just a preview focused on getting the performance aspects of it right. You can read about what's to come at the bottom of the minimap section https://code.visualstudio.com/updates/v1_10#_preview-minimap

Re: Visual Studio Code 1.10

#64

What is the long term value to Microsoft for VS Code? It is definitely improving their image within the web development community, and I imagine it is also winning them favor with Go developers. Have people noticed a network effect after using VS Code? Are you getting sucked into the rest of the MS ecosystem at all?

All I noticed is since I started using VSCode is how much the developers communicate with the users. I filed a few bug reports and both got addressed rather quickly.

I don't think this has happened before to me that I "complained" about something and it got actually fixed!

Re: Visual Studio Code 1.10

#65
post #48

What is the long term value to Microsoft for VS Code? It is definitely improving their image within the web development community, and I imagine it is also winning them favor with Go developers. Have people noticed a network effect after using VS Code? Are you getting sucked into the rest of the MS ecosystem at all?

Visual studio code is also the best option for writing Rust on any platform these days (imo!). Haven't noticed myself buying more microsoft products, but have noticed how much more interested I am in what microsoft is releasing these days (.NET core for example)

Rust plugin for IntelliJ is very strong

Re: Visual Studio Code 1.10

#66
post #22

Earlier quoted context omitted.

Their long-term plan seems to be that Azure is going to be the best / easiest platform to host the projects they contribute to on. Therefore, their open source projects like TypeScript and .NET Core act as a funnel to drive people to Azure. I also think that they are trying to position .NET Core as a viable competitor to Java, for which they need decent cross-platform tooling.

Wait what? So I switch from Sublime Text to Azure? Where is the missing node here... How do you go from using VS Code to using Azure?

Pointing to another comment ITT. https://news.ycombinator.com/item?id=13768580

Re: Visual Studio Code 1.10

#67

I haven't been following Atom, or other editors, very closely since I started using VS Code. But this team seems to be going at an incredible pace!! Well done another superb release. Keep it up.

Truth. Go to GitHub and check out their milestones. It's so great to know what is coming in the upcoming monthly release.

But the editor itself is so slow. It takes 10x time to start compared to Notepad++.

Re: Visual Studio Code 1.10

#68

What is the long term value to Microsoft for VS Code? It is definitely improving their image within the web development community, and I imagine it is also winning them favor with Go developers. Have people noticed a network effect after using VS Code? Are you getting sucked into the rest of the MS ecosystem at all?

It makes C# and F# development possible (Without pain) on Linux and Mac, so there is that.

JetBrains Rider is far better IMHO.

Re: Visual Studio Code 1.10

#69
post #55

What is the difference between this and Visual Studio Mac? Is there a reason I would pick one over the other?

Visual Studio for Mac (currently available as a preview) is a full IDE, meant to be more like the .NET development experience in Visual Studio for Windows.

Visual Studio Code is a cross-platform programmer's text editor, similar to Sublime or Atom. If you are into .NET, it has a good server-side development experience, but for client-side you'll want to stick with the full Visual Studio IDEs.

Code is very extensible, though, and has support for a ton of platforms that you might not normally see supported in the full IDE. You might prefer it for JavaScript, Go, Rust, etc.

Also, Code works on Linux. :-)

Hope that helps!

Disclaimer: I work on dev tools at Microsoft.

Post reply on HN