Is there any way to remove the generic code completion hinting from the object attributes list in netbeans (in PHP)? For any variable, in addition to whatever methods/properties are available for a given object variable, Netbeans includes something like 35 generic hints. They are basic design patterns like for and if blocks. These are things that someone might use, but I never do. They clutter up the property list, and make it take longer to browse through the available methods and properties of an object. Is there any way to get rid of them?
In the picture below, I have a dummy class called SomeClass with a function called "method," and that is the only thing I would like to see in the hint box: