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 164221 - DocBlock autocompletion and PHP type hint
Summary: DocBlock autocompletion and PHP type hint
Status: RESOLVED DUPLICATE of bug 164158
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 15:58 UTC by pcdinh
Modified: 2012-02-05 04:34 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 pcdinh 2009-04-30 15:58:19 UTC
Netbeans' DocBlock auto completion does not support PHP type hint yet. When I type /** followed by an enter I get this

    /**
     *
     * @param <type> $first
     * @param <type> $second
     * @return <type> 
     */

Placeholder <type> should be replaced by type hint that is specified in method declaration

Screenshot

http://www.flickr.com/photos/pcdinh/3488217325/sizes/o/

My configuration
Netbeans 6.7beta
JDK 1.6.0_14 b04
Windows XP SP3
Comment 1 Tomasz Slota 2010-02-10 08:46:27 UTC
reassigning to default owner
Comment 2 Filip Zamboj 2010-09-15 12:28:57 UTC
batch reassigning
Comment 3 miau 2012-02-05 04:34:06 UTC

*** This bug has been marked as a duplicate of bug 164158 ***