This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 247117

Summary: "PHPDoc not found" is unnecessary
Product: php Reporter: michaeld
Component: PHPDocAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description michaeld 2014-09-15 09:45:38 UTC
You have done a fantastic job and PHPDoc is extremely useful ... but:

please do NOT display "PHPDoc not found" message when the PHPDoc is missing


I think this is disruptive and unnecessary, because it contains no entropy
- when PHPDoc is found:    display it
- when PHPDoc is missing:  do not display anything because then I know it is missing


Example:

function a() {
   $varia....
}
when typing local variable names the "PHPDoc not found" pops up and disrupts the typing. 
This is ähm annyoing especially when you do copy&paste multiple times (not using refactoring because it is faster to use ctrl-ins, shift-ins)