Has TOAD editor evolved to the point of offering IDE features ? I was trying to find a simple feature that most IDE’s like IntelliJ offer but cannot see anything in the Help docs.
Maybe it all ready exists and I can’t see it.
For instance, when editing a package and I see a call to package.procedure it would be useful to be able to right-click and jump straight to the declaration of that procedure instead of having to find it manually. Granted it is easier said than done.
That isn’t what I meant at all. That only lists procs in the current package.
I want to be able to jump directly to the declaration in ANY package. So if I am editing package ABC and I see a call to a proc in package XYZ I should be able to get to it in a few clicks without knowing whether it is a function, proc or package or even in another schema.
Try a full IDE like IntelliJ and you will see what I mean.
PS I’ve been using TOAD since the mid-90s but not everyone uses all the features all the time.
That isn’t what I meant at all. That only lists procs in the current package.
I want to be able to jump directly to the declaration in ANY package. So if I am editing package ABC and I see a call to a proc in package XYZ I should be able to get to it in a few clicks without
knowing whether it is a function, proc or package or even in another schema.
Try a full IDE like IntelliJ and you will see what I mean.
PS I’ve been using TOAD since the mid-90s but not everyone uses all the features all the time.
It works better from the editor window than it does from the schema browser where it would be better if it didn’t open another window and just navigated instead.
After spending a few years doing a some bits of Java, coming back to the Oracle tools is frustrating at times. TOAD is better than Forms though !