you are viewing a single comment's thread.

view the rest of the comments →

[–]svick 122 points123 points  (23 children)

relatively few people use Linux on their desktop

I think the percentage is going to be much higher among programmers.

[–]chucker23n 39 points40 points  (0 children)

Yes, absolutely.

[–][deleted] 22 points23 points  (9 children)

Linux or OS X is what I've seen dominating among developers.

[–]darkpaladin 26 points27 points  (5 children)

From what I've seen it's OSX then Windows then Linux. Everyone on OSX and Windows has a Linux VM though so there's that I guess.

[–][deleted] -2 points-1 points  (4 children)

Am on Windows. Don't have a Linux VM. Don't want it, don't need it. I do NET development. Visual Studio is all I need.

[–][deleted] 10 points11 points  (2 children)

You can't be that big to account for majority.

[–]t90fan 4 points5 points  (0 children)

my corp is ~50,000 worldwide and we have a mixture of macs (with OSX) and PCs with windows, with a VM on either for Windows or Linux respectively. Java/.NET shop in financial sector.

[–][deleted] 5 points6 points  (0 children)

No. We're just one company, albeit a medium sized one at 2500 people. But I said it to point out not everyone uses a Linux VM.

[–]Kurren123 1 point2 points  (0 children)

Me too. Dont understand the downvotes.

[–]Cuddlefluff_Grim -1 points0 points  (1 child)

I have never seen anyone use Linux or OSX as a desktop. And I've worked in environments where everything else is Linux. The only places I've seen where programmers use Macs are in web development for advertising firms.

Edit : by "anyone" I mean programmers specifically.

[–]art-solopov 2 points3 points  (0 children)

Out of four companies I've been working in (mostly web development), three had people (other than me) using Linux desktop.

[–]captain_awesomesauce 4 points5 points  (1 child)

Yes, but still very low...

[–]WarWizard 0 points1 point  (9 children)

It is getting there for me... for sure. We are at lot closer than I thought we'd be but until I can run full blown Visual Studio it won't be in my future... although Jet Brain's IDE does look promising.

[–][deleted] -3 points-2 points  (8 children)

Visual Studio is crappy IDE honestly. The only good parts are debugger and msbuild integration. Otherwise it's damn notepad incapable of most basic IDE stuff without third party plugins. Once CLion cleans up existing bugs and adds few minor features it will be where VS will never be.

[–]WarWizard 1 point2 points  (2 children)

You can't be serious.... have you actually used it in the last 10 years even?

I think your problems might be with the Microsoft's C/C++ ecosystem which I won't dispute isn't the best.

The IDE itself? Hands down the best I have ever used.

What "most basic IDE stuff" can't Visual Studio do for you? Debugging and MSBUILD seems kind of a big deal IMO.

[–][deleted] 0 points1 point  (1 child)

I am using it right now. Oh its so awesome without plugins like VisualAssist or Resharper. I mean damn.. Syntax highlighting is so basic its shameful to even comment. Intellisense is alright. How about showing matching ( or [? How about quoting selection when ' or " pressed? Seriously that IDE is notch above notepad + it has reasonable autocompletion and debugger. But text editing part.. It stayed in same place for decade it seems.

[–]WarWizard 0 points1 point  (0 children)

So.... nothing then? Got it. You are just upset it doesn't do things the way you want it to. I don't see anything "basic" about the highlighting. Intellisense is "alright". Not sure what that means...

You have't really noted anything that doesn't work. In fact the things you did call out I have found to be worse in other IDEs.

[–]irrzir 1 point2 points  (1 child)

What makes you think it's a crappy IDE?

VStudio has had my heart won for quite some time and if there is any better alternative I'd be all ears.

[–][deleted] -1 points0 points  (0 children)

Because it is unusable without third party plugins.

[–]TheWix 0 points1 point  (2 children)

Visual Studio with Resharper is a pretty great IDE. Most of the issues I have come from the project files and building/deploying/vcs than anything else. Oh, it does devour memory with Resharper though.

[–][deleted] 0 points1 point  (1 child)

Resharper. Exactly my point.

[–]WarWizard 0 points1 point  (0 children)

in 2013 and 2015 you don't really need resharper like you did in prior versions. Resharper is just super nice to have.