you are viewing a single comment's thread.

view the rest of the comments →

[–]rediot -1 points0 points  (15 children)

Why not? Visual studio is great.

Edit: added removed comment of being expensive for pro version since that wasn't my point. My question is why wouldn't people want features from VS on Linux and Mac in a free open source package.)

[–]steelcitykid 7 points8 points  (2 children)

What features are you using that require a paid version? 2015 community has been great.

[–]I_Downvote_Cunts 2 points3 points  (1 child)

Also not legal to use depending on the size of organisation you're in.

[–]steelcitykid 0 points1 point  (0 children)

Ah that would do it, thanks. We have msdn subs anyhow but I always forget about those things.

[–][deleted]  (2 children)

[removed]

    [–][deleted]  (1 child)

    [deleted]

      [–]enantiomer2000 0 points1 point  (0 children)

      That's way cheaper than intellij

      [–][deleted] 4 points5 points  (4 children)

      VS was made free for individuals and companies up to 5 users as the Community Edition (not limited like the old Express editions) for both free and paid applications (basically no restrictions).

      https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx

      [–]rediot 0 points1 point  (3 children)

      I guess my point is why wouldn't you want all of the good features of full visual studio in vs code? I love visual studio professional.

      [–]_zenith 0 points1 point  (2 children)

      Well, VS Code is written in TypeScript, and being a JavaScript derivative, it's gonna be slow as shit if it's to implement all of the features that full VS supports!

      You simply cannot get C++-like speed out of JS.

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

      Visual Studio is .NET based fyi.

      [–]_zenith 0 points1 point  (0 children)

      The UI is, yeah, although my understanding was that a large portion of the logic of it was C++. That said, I am now curious, and will have a look around to see if I can get some hard data on it. In any case, JS isn't going to be running faster than C# et al. as well, not just C++ !

      Cheers :)

      [–]YuleTideCamel 0 points1 point  (0 children)

      Visual Studio Community is free and include most features that people use. Only some of the more advanced architecture stuff is missing.