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 216200 - CC for typed annotations in PHPDoc block
Summary: CC for typed annotations in PHPDoc block
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-31 13:46 UTC by Ondrej Brejla
Modified: 2013-03-01 10:12 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 Ondrej Brejla 2012-07-31 13:46:46 UTC
CC of types and NSs could work here:

<?php

namespace Foo\Bar;
class Baz {}

namespace Omg;

use Foo\Bar\Baz;

class MyCls {

    /**
     * @Foo\B^
     */
    function fnc() {}

}
Comment 1 ccomer 2013-03-01 10:10:50 UTC
I noticed http://netbeans.org/bugzilla/show_bug.cgi?id=212932 was fixed and it works great now, thanks!!

I was wondering if, for a semi-simple fix, we could possibly add a prefix to the Doctrine 2 CC triggers, e.g., @Entity would become @ORM\Entity maybe through a config option or something.

Is there a way to edit those CC triggers manually on my end?
Comment 2 Ondrej Brejla 2013-03-01 10:12:24 UTC
Unfortunatelly it can't be simply done yet.