-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
Description
Currently the eldoc for interop forms is not very clear. We simply display the name of the method and all possible arglists from all matching classes. I'm reasonably sure not all users are aware of this.
We can improve this a bit in the following manner:
- display the class name when the method/field in question is present in just one class
- display the number of matching classes (or their names) before the method name in cases of ambiguities
Some the end results should be something like "SomeClass/someMethod: ..." and "(n classes)/someMethod: ...".