[API] Provide an index with annotated elements stubs
See original GitHub issueIt would be nice to provide an API for querying the collections of PhpNamedElement
s by annotation name. This can be useful in many places and plugins to quickly get interesting elements, for example, to find all methods, annotated with \Sensio\Bundle\FrameworkExtraBundle\Configuration\Route
, etc
Stub index should be something like this: <String, PhpNamedElement[]>
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Android API Guidelines
Android API Guidelines. This document is intended to be a general guide for developers to use to adhere to the general principles that...
Read more >Type Stubs — typing documentation - Static Typing with Python
This document aims to give guidance to both authors of type stubs and developers of type checkers and other tools. It describes the...
Read more >RpcMethod (grpc-all 1.51.0 API)
This annotation is used by the gRPC stub compiler to annotate MethodDescriptor getters. Users should not annotate their own classes with this annotation....
Read more >A-Index (Java Platform SE 7 )
The Action annotation allows explicit association of a WS-Addressing Action message addressing property with input , output , and fault messages of the...
Read more >google-api-python-client-stubs 1.13.0
There are detailed stubs for the API services, but other parts of the library have only been annotated with stubgen, so they're mostly...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
AnnotationUtil.getImplementationsForAnnotation
will help. targeting PhpDocTagto be implemented with #79