Navigation into overloaded function or procedure

pavel_j

Member²
In description for version 14 we have:

Object Browser enhancements
The Object Browser will now show all overloaded versions of functions and procedures.

I checked it and:

1. I still can't navigate into these functions/methods, I must still open supertype or supersupertype or supersupersupertype and find this function/method manually
2. I also I'm not able to navigate into these methods from code, It's not working, It's the same like in point 1.
3. All methods have the same icons I can't see if it's method from actual type or it's from supertype
4. I don't have information where are these methods defined (in which supertype)

Just list of overloaded functions is a small added value, unless there will be other described functionality which will help developers to navigate quickly.

 
This feature is not about super/subtypes. It is about overloaded functions and procedures in packages and types.
 
Back
Top