What IDE do you use?

Pages: 1234
Jun 20, 2013 at 7:39am
just thought i would stir some movement into the lounge forum
Jun 20, 2013 at 8:15am
What is that flying towards the fan? I hope its chocolate.
I mostly use Sublime but I also work in Codeblocks and Monodevelop.
Jun 20, 2013 at 11:47am
closed account (3qX21hU5)
Sublime for me also.
Jun 20, 2013 at 11:52am
I just picked up Sublime yesterday. It's pretty nice. Seems to be super customizable. It's very clean looking as well, which is a must for me.

Code:Blocks if I want an IDE on Linux. VS2012 if I'm on windows.
Jun 20, 2013 at 11:56am
Windows: VS2012
Mac: Xcode
*nix: None. Just vi and a compiler.
Jun 20, 2013 at 12:20pm
Dev-CPP
MS-VS 2010

~~
From yesterday started Code::Blocks, its great easy and smooth, and using it with compiler MinGW

I had Sublime ages ago, It turned to be great, but it does not have a compiler in it
but thinking to switch to Sublime ^_^ , great for all languages, easy and smooth
Jun 20, 2013 at 12:54pm
I use Geany.
Jun 20, 2013 at 2:26pm
closed account (1yR4jE8b)
Sublime Text 3 (beta) and Konsole.
Jun 20, 2013 at 5:36pm
Code::Blocks. Its interface on linux isn't as good as on windows IMO, but I got used to layouts and keybinds and I don't feel like swtitching to a new one.
Jun 20, 2013 at 5:59pm
I use a variation between Visual studio 2012, Code::Blocks and notepad++.
Except on my phone I use C4Droid.
Last edited on Jun 20, 2013 at 5:59pm
Jun 20, 2013 at 6:02pm
Favorite setup: Visual Studio 2012 + Visual Assist plugin.
Although I never use that because MSVC compilers lag behind and I can't (for the life of me) get clang to work in visual studio.

I use Sublime on *nix, and Xcode on Mac.
I do most of my coding in *nix environments nowadays.
Jun 20, 2013 at 6:05pm
I would use Sublime Text if I could get it to work, I've been having to use ghetto Notepad++ recently.
Jun 20, 2013 at 6:08pm
@LB, What issues are you having with Sublime?
Jun 20, 2013 at 6:48pm
closed account (3qX21hU5)
@ LB didn't you use Sublime before? I could have sworn you were the one that introduced me to Sublime Text with Clang...
Jun 20, 2013 at 7:08pm
visual c++ express 2010

If it isn't free I won't use it.
Jun 20, 2013 at 9:49pm
Manga wrote:
If it isn't free I won't use it.

Why is that? Other developers time not worth paying for? I understand if your a student and cant afford paying for an IDE. However, that statement sounds like you have an issue with paying for the work of others. There is no reason why an IDE should be free and should be very grateful some companies offer theirs at no cost.
Last edited on Jun 20, 2013 at 9:49pm
Jun 20, 2013 at 9:51pm
Netbeans on windows... Learning linux. :)
Jun 20, 2013 at 10:01pm
closed account (1yR4jE8b)
If it isn't free I won't use it.


That's too bad. My Visual Studio, Visual Assist X, Resharper, IntelliJ Idea and Sublime Text licenses have more than paid for themselves in productivity. No free option out there comes even close to offering the capabilities that these tools do.
Jun 20, 2013 at 10:27pm
L B wrote:
I would use Sublime Text if I could get it to work
What do you mean by that? I only use Sublime as a text editor and compile my projects from the command line. I could never get Sublime to properly build my projects for me either (if that's what you mean.)

Manga wrote:
If it isn't free I won't use it.
I agree, with one exception: Visual Assist X is one fantastic plugin. I paid $50 for it and still don't regret it.
Last edited on Jun 20, 2013 at 10:28pm
Jun 20, 2013 at 10:31pm
I use Code::Blocks just as a GUI for my compiler and debugger. I usually do all my typing in Notepad++.
Pages: 1234