-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide line marker info for advised methods/properties #1
Comments
Done, but now navigation only works from advised elements to the advices. Resolving elements for advices is too expensive for now. Need to think about this more. |
Shoud this feature display ALL advised methods/properties? I have 4 classes with 6 advised method per each class (24 in total). Only 6 from first class are displayed in the list. |
@TheCelavi your question is related more to the #5. And previously everything was working, so yes. There should be 24 methods to navigate to from the one single aspect advice. |
All 4 classes are in same directory, non of those classes are in vendor directory. |
Most wanted feature for framework plugin should be analysis of pointcuts and joinpoints in runtime and providing a markers with ability to go to/from advised class/advisor. Something like icon on the gutter, but for advices and matching joinpoints:
List of issues to resolve before this one:
The text was updated successfully, but these errors were encountered: