-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
Yes, this is something I have wanted too. By comparison VS's parameter info box looks very dull. |
@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). |
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: 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). |
Oh, I see. |
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. |
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. |
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? |
Unfortunately, yes. See #13, which has been there for almost 5 years. |
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
which is out of tone with how beautiful Super Quick Info looks.
The text was updated successfully, but these errors were encountered: