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 197696 - Code completion with PHPDoc
Summary: Code completion with PHPDoc
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 09:10 UTC by leszczu
Modified: 2011-04-14 08:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (73.30 KB, image/png)
2011-04-13 09:10 UTC, leszczu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leszczu 2011-04-13 09:10:32 UTC
Created attachment 107713 [details]
Screenshot

This happens in Netbeans 7.0 beta 2.

When class has @property defined through PHPDoc, this property appears in Code completion, however, description is not shown.

Attached screenshot shows this situation.

Also, all changes to @property (adding new, modifying) are not shown in code completion until NB restart.
Comment 1 Petr Pisl 2011-04-13 15:07:02 UTC
Fixed in web-main. There was missing a functionality for obtaining documentation of php documentation tags. Will be a part of NB 7.next.
Comment 2 Quality Engineering 2011-04-14 08:37:58 UTC
Integrated into 'main-golden', will be available in build *201104140401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4b2cc0cb3be3
User: Petr Pisl <ppisl@netbeans.org>
Log: #197696 - Code completion with PHPDoc