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: Super Quick Info for the "Parameter Info" box #245

Open
IneedHelp opened this issue Mar 2, 2023 · 9 comments
Open

Suggestion: Super Quick Info for the "Parameter Info" box #245

IneedHelp opened this issue Mar 2, 2023 · 9 comments
Labels
feature request need help no know how do, please help me
Milestone

Comments

@IneedHelp
Copy link

Hello, your Super Quick Info is very attractive in both functionality and aesthetics. I was wondering if there's any chance to bring it to the Parameter Info box in the near future. Currently it looks like this
image

which is out of tone with how beautiful Super Quick Info looks.

@fitdev
Copy link

fitdev commented Mar 2, 2023

Yes, this is something I have wanted too. By comparison VS's parameter info box looks very dull.

@wmjordan
Copy link
Owner

wmjordan commented Mar 2, 2023

Is it because you have installed another extension which conflicts with Codist?

It should look like the following:
image

@fitdev
Copy link

fitdev commented Mar 2, 2023

@wmjordan I think what is meant is not the tooltip when you hover over a parameter, but a tooltip / info box when you are typing in - VS shows you various overloads and provides a short description of the parameter you are entering (i.e. when writing a method call for example).

@IneedHelp
Copy link
Author

Yes, as @fitdev pointed out, this is the information you get when you'd press Ctrl+Shift+Space (or Ctrl+K, P), command named Display Parameter Info. It is distinct from the tooltip I get from hovering over the parameter:

image

Also, I completely ditched the other extension that interferes with Codist as I prefer to be able to interact with the shown tooltip (which is not possible when ReSharper's EnhancedToolTip is installed).

@wmjordan
Copy link
Owner

wmjordan commented Mar 2, 2023

Oh, I see.
You want Codist to replace the Parameter Info box with a better implementation.
Hmm, since the Roslyn is open-sourced, maybe I can learn from them and make some improvements. But it takes time.
I can't guarantee you whether, or when this will be implemented.

@IneedHelp
Copy link
Author

IneedHelp commented Mar 2, 2023

Yeah, I fully understand that an extension like this will be forever work in progress as numerous options and features can be added to it. I appreciate you're taking into consideration the possibility of adding this at a later time.

@wmjordan wmjordan added this to the Backlog milestone Mar 14, 2023
@wmjordan wmjordan added the need help no know how do, please help me label Mar 16, 2023
@wmjordan
Copy link
Owner

I studied the source code of Roslyn and read that the Parameter Info window has something to do with the auto-completion feature. Replacing one thing might requires replacing both of them. That isn't an easy task.

@fitdev
Copy link

fitdev commented Mar 16, 2023

What about replacing the default small tooltip that appears when you select items in Intellisense dropdown - is it similarly difficult to replace as the parameter info window?

@wmjordan
Copy link
Owner

is it similarly difficult to replace as the parameter info window?

Unfortunately, yes. See #13, which has been there for almost 5 years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request need help no know how do, please help me
Projects
None yet
Development

No branches or pull requests

3 participants