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 258142 - CC does not work in PHPDoc comments
Summary: CC does not work in PHPDoc comments
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-25 09:16 UTC by Tomas Mysik
Modified: 2016-03-08 13:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2016-02-25 09:16:18 UTC
PHP code completion does not wotk in PHPDoc comments.
Comment 1 Tomas Mysik 2016-02-25 09:28:45 UTC
Sváťo, this issue is caused by your changeset [1]. To reproduce this issue:

- create/open a PHP project
- create/open a PHP file
- invoke CC in content:

/**
 * @|   # invoke CC here
 */
class Calculator {}

Thanks.
[1] http://hg.netbeans.org/web-main/rev/bdcebe92274a
Comment 2 Tomas Mysik 2016-03-08 13:16:30 UTC
This works again so closing this issue. Thanks.