Another cool new feature in the latest development builds of the NetBeans IDE: a new source navigation view! At the bottom of the editor window, there is now a new panel showing you where you are in the source code. It shows you which class, method and block you are in. And by clicking on one of the elements on the bar, you can quickly navigate to other locations. Very handy indeed!
Very useful feature. Does it work for PHP files too ?
I just created the TodoList PHP sample application, and it does indeed work for PHP files. And HTML files as well. š