tags:

views:

45

answers:

1

To hand code / program HTML/CSS/Javascript/PHP etc. After leaving Homesite I've had a hard time deciding Thanks for any recommendations people can offer!

+1  A: 

I use Eclipse PDT for larger projects and Notepad++ for individual files or simple front-end work.

Both have syntax highlighting and inline API references ("code autocompletion"), while Eclipse has more project-oriented tools such as:

  • SVN/Git integration
  • Project-wide search+replace (RegEx supported)
  • Tools (lets you define custom system commands so that they're a click away)
  • Outline panel, showing an overview of classes/methods/namespaces/uses in a file
Daniel
Thank you Sir =]
chainwork