6
Azer0s
7y

!Rant
How do non-students get their IDE's?
I couldn't imagine working without Visual Studio Enterprise + ReSharper and all the Jetbrains tools, but I wouldn't by them myself (because I'm a poor student)...so how do you guys do it?

Comments
  • 22
    Well, non-students (and many students as well) usually earn money in exchange for their work. Having money really helps with buying things.
  • 2
    Microsoft has a student program that can help you with free software and resources. Most companies do.
  • 4
    Either your work pays for it or you have to find free open source Tools (which are awesome most of the time).
  • 7
    Visual Studio Community Edition is free. There's some caveats, but I use it.
  • 14
    Eventually you start man minding it and develop solely in nano for arch Linux, jk we pirate it
  • 4
    Wait there are other dev tools besides nano?
  • 4
    You can have JetBrains for free. Install the beta every month. The EAP program
  • 3
    @daarkfall 😂 everyone avoiding the truth
  • 1
    @RazorSh4rk praise vim!
    Or the Church of Emacs for that matter.
    Related: https://xkcd.com/378/
  • 3
    I am a student and I don't intentionally use any paid program that is free for us. I don't want to be dependent on them. I enjoy VSCode with vim and other plugins.
  • 2
    @tahnik don't put yourself out. Your employer will likely pay for your IDE if you're in the US/EU.
  • 0
    @Retiixx Glad I'm not the only one doing that.
  • 1
    @starless I know, I am doing my internship right now (part of degree). I get Visual Studio Pro and QT enterprise edition from them. Most of the time I do my coding in vscode because it has my preference saved. It does a great job for coding. For debugging I switch to IDE.
  • 1
    Learn to compile from CLI.
    Plenty of excellent editors out there.😉
  • 4
    @mhudson you CAN. I did for years. There are better interfaces out there.
  • 0
    Visual Studio is free. ReSharper has a free student license. There ya go
  • 0
    When you tweak eclipse it is superb, but you have to Invest some time. Also vsCode is awesome.
Add Comment