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 269841 - Cant read docblock and autocomplete, namespace issue?
Summary: Cant read docblock and autocomplete, namespace issue?
Status: RESOLVED DUPLICATE of bug 267470
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-16 07:40 UTC by Cruiser
Modified: 2017-07-22 10:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Can't figure out that variable should be as typehinted (8.66 KB, image/png)
2017-02-16 07:40 UTC, Cruiser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cruiser 2017-02-16 07:40:21 UTC
Created attachment 163643 [details]
Can't figure out that variable should be as typehinted

If I type hint variables in a php template, netbeans ignores it, and cant autocomplete anything of it... :-/
Comment 1 junichi11 2017-07-22 10:23:19 UTC
Please use the following:

/* @var $variable TypeName */
$variable->

Thanks.
Comment 2 junichi11 2017-07-22 10:24:56 UTC

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