I use NetBeans 6.9 currently at my corporate job to edit PHP, and some of the enhancements have me excited. Notably:
- It uses native file listeners to detect filesystem updates. Awesome. I often use some other mechanism to create files and it's lame how slow NetBeans picks them up.
- Rename refactoring now works in PHP... I always wondered why it gave me the error that "rename refactoring won't work in this context". Now I know "this context" was PHP.
- It uses native file listeners to detect filesystem updates. Awesome. I often use some other mechanism to create files and it's lame how slow NetBeans picks them up.
- Rename refactoring now works in PHP... I always wondered why it gave me the error that "rename refactoring won't work in this context". Now I know "this context" was PHP.
- HTML5! Cool.