junichi11 opened a new pull request, #6929:
URL: https://github.com/apache/netbeans/pull/6929

   - https://github.com/apache/netbeans/issues/4300
   - https://wiki.php.net/rfc/attributes_v2
   - https://wiki.php.net/rfc/shorter_attribute_syntax
   - https://wiki.php.net/rfc/shorter_attribute_syntax_change
   - Fix the code completion feature
   - Index classess marked as the Attribute(`#[\Attribute]`)
   - Add/Fix unit tests for the indexer and the code completion
   - Increment the spec version
   
   Note: The following case is not fixed yet.
   ```php
    #[MyAttr(self::^CONST1)] // don't work here yet
    class Example {
        public const CONST1 = 1;
    }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to