Linked Questions

Popular Questions

PHP Code Editor for Windows

Asked by At

Currently I use TextMate for PHP editing on MAC. I would like to know what good editors for WINDOWS (comparable to TextMate) are.

The most important feature I expect that the editor should support is the "auto-complete of code snippets", like:

p (tab key)  =>  outputs: <?php ?> 

Thanks!

Related Questions