Best editors and IDEs for programming

gedit is the all time best editor. use it and u’ll love it…

4 Likes

Code Blocks for windows u will love it…

3 Likes

lol what?!
Have you ever try Visual Studio? :stuck_out_tongue:

4 Likes

Sublime Text is an awesome text editor.

17 Likes

Netbeans is perfect!

2 Likes

I prefer using ideone.com…it provides good syntax highlight+online debugging and executing…hope this helps.:slight_smile:

2 Likes

u can use one of the most popular open source IDE eclipse for the same. You can configure it for any operating system (windows, linux…), u can configure it for various compiler(java, c++, c …) at a time :slight_smile:

Try Eclipse + Vrapper (vim plugin) or Visual Studio + VsVim. Both are equally good and very mature IDEs which being used by many organizations. In term of debugging, no single IDE can be better than Visual Studio.

2 Likes

For C/CPP: Code::Blocks
For Java: Eclipse
For PHP: Notepad++

1 Like

Try Sublime Text
and you will never ever think about any other

Even though I’m not a Microsoft fan, I’ve tried most editors and IDEs out there. While I’m a huge VIM fanboy, for pure debugging of C/C++, Visual Studio beats everything else hands down.

The latest VS Express is superb, support of C++11 etc.

For Java Coders IntellijIdea + CHelper is awesome combination :slight_smile:

HODOOOOOOR!!!

Depends on Language you prefer.
Java- undoubtedly NetBeans
C/C++ - Dev CPP
Android- Eclipse
Web Designing- Macromedia Dreamweaver or Adobe Dreamweaver

If you’re using windows then i would suggest Visual studio otherwise for linux use -> CodeBlock
I’m using windows now obviously i would have Visual studio.

I am happy with Codelobster

for c or c++ use code blocks and for java net beans .
check your code at ideone before submitting on codechef .
i think it helpful for you.

Ubuntu+gedit+terminal is all time best …

Can’t Compare Visual Studio with any of the IDE’s, but to mention, Vim is the worst editor I have ever used, Icannot just understand what it needs to get prepared for writing a code! Hrrible Interface , like I am using a Windows 95 PC.

I use the Dev-C++ for CPP codes. Great interface, good code completion. Terrific!

I use “Geany” for all coding related stuff, and I love it.(I’m on Ubuntu)