Jump to content

Favorite Development Environment

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
40 replies to this topic

#1
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts
As a programmer, I am aware that there are hundreds of choices for a development environment for any language that I wish to program in. For example there is spim and mars which both assemble mips assembly code, and there is eclipse cdt, gedit, etc for c++.

What is your favorite development environment and why? It need not be language specific.

I will start:
I like to use eclipse because it supports Java, C++, C, and PHP, which are the main 3 languages that I use. I'm sure there are plugins for other languages as well that it supports.

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Eclipse.

#3
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
ViM.

No bullshit.

#4
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
Netbeans because it supports almost all languages, and organizes projects really well. Plugins for other languages, and works with a lot of different compilers.

Also a visual form for creating GUI with Java. :D

#5
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts
I've never heard of ViM, do you have a website that I can look at?

I'm sort of curious to what else is out there since I'm so eclipse oriented.

#6
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
@morefood try netbeans. :)

#7
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
welcome home : vim online

#8
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
vim is awesome. I have used gedit recently though.

#9
Speedular

Speedular

    Newbie

  • Members
  • PipPip
  • 14 posts
Microsoft Visual Studio; despite the fact that it is slow but I like it, because I did not try any other environment

#10
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
@speedular - Try eclipse or netbeans :) Visual Studio is only good with the .NET languages, and there are a lot better languages. :)

#11
Guest_Jordan_*

Guest_Jordan_*
  • Guests

MeTh0Dz|Reb0rn said:

ViM.

No bullshit.

Ditto. I use vi for a lot of coding: PHP, C++, bash scripting, perl, and even ruby once. vi works extremely well through SSH which I spend a lot of time in (on mulutple systems). I prefer to call it vi because ViM replaces vi on most modern Linux distributions but it is, as the name states, simply vi improved. I learned vi first on HP-UX which had no ViM plus it is more difficult to say "ViM" in conversation than "vi". Also, "ViM" does not rhym with "... you can fly" - a statement another HP-UX administrator (and my boss) often makes.

I also use Zend Studio for PHP now which is just Eclipse. For Java development I actually prefer Netbeans though. The Visual Studio suite isn't a bad IDE, IMO. If offers more features than any other IDE but you are limited in development choice (MFC (which was removed after version 6 until 2008) or .NET).

I've also used Notepad2a lot. It loads extremely quick in Windows and support syntax highlighting for most languages.

In Mac my favorite IDE was TextMate which allowed you to group project files and support syntax highlighting for most languages. It was very similar to Notepad2.

#12
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
ViM + Bash/Batch (To Compile) = All You Need