You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: ...".
The text was updated successfully, but these errors were encountered:
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:
Some the end results should be something like "SomeClass/someMethod: ..." and "(n classes)/someMethod: ...".
The text was updated successfully, but these errors were encountered: