You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: