Navigate from package function declaration to package body function definition
Given that
- I see a function declaration in the package declaration
When
- I ctrl+click the function name
Then
- I should navigate to the function definition within the package's body
This is the expected behavior, right?
- Forums:
Hi Ricardo, The "Open
Hi Ricardo,
The "Open Declaration" feature (CTRL+click or F3) opens the declaration of an object, not the definition. This means you go to the function declaration (in the package), not to the function body in the package body.
We want to implement a feature for navigation from the declaration to the definition, but this has not yet been scheduled.
Philippe
Kurt asked about the same
Kurt asked about the same feature: http://www.sigasi.com/forum/procedure-package-body
Glad to hear
Thanks for the update, Philippe
Post new comment