Skip to content
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

Being able to navigate from source code to request, and vice versa #35

Open
lserni opened this issue Sep 6, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@lserni
Copy link

lserni commented Sep 6, 2023

Is your feature request related to a problem?

The examples given in the video only apply to Kotlin. I have found no way to go from a PHP source code to the API call (or vice versa).

This forces me to write comments such as,

/** * JETClient: see Tracking:/permissions/{user} */

to do the navigation manually.

To have a way of going back, I have to add a fake parameter such as "source": "/lib/cust/api/permissions/Handler.php@1285"

Describe the solution you'd like

In the PHPDoc of a method, I might have either a "@JetClient pointer-to-api-call" or a "@see jetclient:pointer-to-api-call", directly sending me to the relevant API call.

Having a way to go back would also be great (possibly offering a choice of all the places where a @JetClient pointer-to-THIS-api-call is present).

Additional context

No response

@lserni lserni added the enhancement New feature or request label Sep 6, 2023
@AntonShuvaev
Copy link
Owner

I appreciate your feedback. Supporting PHP API frameworks is in the future plans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants