Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Another representation of Super Quick Info #216

Closed
laicasaane opened this issue Sep 15, 2022 · 2 comments
Closed

Suggestion: Another representation of Super Quick Info #216

laicasaane opened this issue Sep 15, 2022 · 2 comments
Assignees
Labels
feature request QuickInfo Tool tip and quick info

Comments

@laicasaane
Copy link

laicasaane commented Sep 15, 2022

As we can see in these images, the methods are shown in a very clustered style thus hard to comprehend at first glance.

image

image

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).

@wmjordan wmjordan added feature request Highlight Syntax highlight QuickInfo Tool tip and quick info and removed Highlight Syntax highlight labels Sep 16, 2022
@wmjordan wmjordan mentioned this issue Sep 28, 2022
14 tasks
@wmjordan wmjordan self-assigned this Sep 29, 2022
@wmjordan
Copy link
Owner

the type name of an argument can be very long too

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.

So, your second example may look like

Push<T>(.....parameters here.....)
Returns: AsyncProcessHandle
Method of: ScreenContainer

@wmjordan
Copy link
Owner

Implemented in version 6.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request QuickInfo Tool tip and quick info
Projects
None yet
Development

No branches or pull requests

2 participants