Line up/down block select

While it is great that line up/down block select (Ctrl+Shift+Up/Down) can differentiate between multiple methods with the same name, it would be great if it would be less restrictive if no match is found.

I often extend the parameter list of a package method in the header and try to navigate to the method in the body but end up at the top since the signature does not match any more. Would it be possible to jump to the first (or maybe best) matching method with this name if no exact match is found?

It also looks like TOAD does not make a difference between package procedures and functions, so if both have the same name and parameters TOAD might jump to the wrong one.

Thanks!

Thanks. This will be fixed for 15.1. If the exact proc/function can't be found, we'll go to the first one with the same name.

1 Like