In Eclipse I have a class outline view which shows me the members of my class:
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. Wher开发者_运维问答e can I find this?
It should be visible in the Navigator window (Window, Navigating, Navigator or Ctrl-7 on Windows).
BTW It might take a while to appear when you just open the project though, because NB scans your source for changes first.
精彩评论