"No Suggestions" in NetBeans
Posted
by Flexx
on Stack Overflow
See other posts from Stack Overflow
or by Flexx
Published on 2010-06-07T20:55:12Z
Indexed on
2010/06/07
21:12 UTC
Read the original article
Hit count: 157
For a few days now I'm using NetBeans 6.8 for doing PHP work. But even if a class-file is included and the methods are public and there's phpDoc used, NetBeans everytime shows "No Suggestions" in the window.
E.g. I type
$user->
and press CTRL+Space, I do expect all the methods and variables but there aren't shown any. ideas?
© Stack Overflow or respective owner