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
As we can see in these images, the methods are shown in a very clustered style thus hard to comprehend at first glance.
I propose to separate the method name, its containing type, and its return type in many lines.
- Method(<args>)
- Return: <return_type>
- Member of: <containing_type>
It would be better if we have an option to seperate the list of arguments as well because the list can be very long, or the type name of an argument can be very long too (as in the second image).
The text was updated successfully, but these errors were encountered:
I will only show the type name--without its namespace or containing type. The containing type or namespace can be displayed when we hover our mouse onto the type name.
As we can see in these images, the methods are shown in a very clustered style thus hard to comprehend at first glance.
I propose to separate the method name, its containing type, and its return type in many lines.
It would be better if we have an option to seperate the list of arguments as well because the list can be very long, or the type name of an argument can be very long too (as in the second image).
The text was updated successfully, but these errors were encountered: