A good programmer needs good tools and in web development this thing is particularly true mostly because programming is usually entertwined with design (despite heavy efforts for separation). Therefore, a good IDE is essential for a productive activity.
IDE stands for Integrated Development Environment and from the definition everyone should realize that an IDE is more than just a place to write code. A true IDE brings many tools in one place and I will ennumerate just the most prominent ones: code-completion, code-highlight (although this is present even in the simple code editors), code inspector, syntax check, diff capability, SVN/CVS support, remote development support, debugging, documentation support, formatting and refactoring. continue reading…












