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 - "PHPDoc not found" is unnecessary
Summary: "PHPDoc not found" is unnecessary
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: PHPDoc (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 09:45 UTC by michaeld
Modified: 2014-09-15 09:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)