Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the "class outline view" in Netbeans for PHP?

Tags:

php

netbeans

In Eclipse I have a class outline view which shows me the members of my class:

alt text

I installed NetBeans 6.9.1 but can't find a window which shows me a list of the methods etc. in the class I am working on. Where can I find this?

alt text

like image 939
Edward Tanguay Avatar asked Jan 21 '11 08:01

Edward Tanguay


1 Answers

It should be visible in the Navigator window (Window, Navigating, Navigator or Ctrl-7 on Windows).

alt text

BTW It might take a while to appear when you just open the project though, because NB scans your source for changes first.

like image 177
wimvds Avatar answered Oct 18 '22 17:10

wimvds