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

Extra empty box in quick info #179

Open
lxymahatma opened this issue May 12, 2023 · 12 comments
Open

Extra empty box in quick info #179

lxymahatma opened this issue May 12, 2023 · 12 comments

Comments

@lxymahatma
Copy link

If i install EnhancedTooltip, the quick info is separated into many boxes and there's one extra empty box at the bottom.
Disable all the setting from Resharper->Options->Environment->IntelliSense->Enhanced Tooltip this problem still exist

Visual Studio version: 2022, 17.5.5
Resharper version: 2023.1.1
Enhanced Tooltip version: 3.20.0.2

variable and method when hovering over with Enhanced Tooltip installed (disabled all settings):
image
image

variable and method without Enhanced Tooltip installed:
image
image

@DimitarCC
Copy link
Collaborator

You use Enhancedtooltip together with Codist's SuperQuickInfo.
They can not work together and that's why you get the empty box at the bottom.

@lxymahatma
Copy link
Author

Thanks for reply! Yeah disable codist remove the empty box 👍
Also because the quick into is separated into many boxes. And if i want to click the issue link, like the CS0219 in fourth box, when my cursor moves from the first box to the second box, the quick info just disappeared, so it's pretty hard to click the button, are there any solutions for this

@DimitarCC
Copy link
Collaborator

Yes. There is solution but someone must code it. Currently i cannot support anymore the project because of that #178

@lxymahatma
Copy link
Author

Yes. There is solution but someone must code it. Currently i cannot support anymore the project because of that #178

😂 i see, i hope you can get the license back soon
tho there might be something on some website (afaik they already made it) but it's not good to use and talk publicly🤣
Thanks for your reply!

@IneedHelp
Copy link

I have used Codist and Enhanced Tooltip side by side for years, but finally decided to ditch Enhanced Tooltip and ReSharper's tooltip decorations
image
because it conflicts with functionality Codist is offering with Super Quick Info (symbol navigation and other features). Using both always gave me a bunch of empty boxes between metadata groups.

@IneedHelp
Copy link

IneedHelp commented May 14, 2023

Uppon further testing, both Codist and Enhanced Tooltips work together if Replace Visual Studio tooltips in ReSharper Options is unchecked, except the space between those boxes makes it hard to get to a box other than the first one as mentioned here

Also because the quick into is separated into many boxes. And if i want to click the issue link, like the CS0219 in fourth box, when my cursor moves from the first box to the second box, the quick info just disappeared, so it's pretty hard to click the button, are there any solutions for this

so if there would be a way to remove the spaces between the boxes, it would be great, as Codist and Enhanced Tooltips could be used together.

More info about this here: INFO: for people who use ReSharper with Enhanced Tooltips, but also want Codist #262

@DimitarCC
Copy link
Collaborator

Uppon further testing, both Codist and Enhanced Tooltips work together if Replace Visual Studio tooltips in ReSharper Options is unchecked, except the space between those boxes makes it hard to get to a box other than the first one as mentioned here

Also because the quick into is separated into many boxes. And if i want to click the issue link, like the CS0219 in fourth box, when my cursor moves from the first box to the second box, the quick info just disappeared, so it's pretty hard to click the button, are there any solutions for this

so if there would be a way to remove the spaces between the boxes, it would be great, as Codist and Enhanced Tooltips could be used together.

More info about this here: INFO: for people who use ReSharper with Enhanced Tooltips, but also want Codist #262

as i said everything is possible but somebody have to code it. ;)

@wmjordan
Copy link

Uppon further testing, both Codist and Enhanced Tooltips work together if Replace Visual Studio tooltips in ReSharper Options is unchecked, except the space between those boxes makes it hard to get to a box other than the first one as mentioned here

Also because the quick into is separated into many boxes. And if i want to click the issue link, like the CS0219 in fourth box, when my cursor moves from the first box to the second box, the quick info just disappeared, so it's pretty hard to click the button, are there any solutions for this

so if there would be a way to remove the spaces between the boxes, it would be great, as Codist and Enhanced Tooltips could be used together.
More info about this here: INFO: for people who use ReSharper with Enhanced Tooltips, but also want Codist #262

as i said everything is possible but somebody have to code it. ;)

@DimitarCC

@IneedHelp's issue brought me here.
I am so sorry to see that they are charging you such a whopping 200 euros/year license fee, instead of paying you and other contributors for this extension which adds great value to their product. What a shame!!!

@IneedHelp
Copy link

as i said everything is possible but somebody have to code it. ;)

I'm celebrating the fact that you got a license renewal then ;p

@DimitarCC
Copy link
Collaborator

I am planning to add real support for Codist's tooltip inside Enhanced tooltip. But that will take some time since i have to consolidate Resharper items with Codist items ;)

@wmjordan
Copy link

@DimitarCC
Codist places a class named Codist.QuickInfo.QuickInfoOverride+UIOverride into the WPF Quick Info and used it to do the magic. You can find out that control and avoid wrapping the box around it.

@IneedHelp
Copy link

I am planning to add real support for Codist's tooltip inside Enhanced tooltip. But that will take some time since i have to consolidate Resharper items with Codist items ;)

This would be amazing, I would love to be able to use the latest version of Codist with Enhanced tooltip, but for now I am sticking to Codist v7.4 8762 Beta, which is the last version that played nice with Enhanced tooltip. @DimitarCC thank you for taking the time to remove the gaps between info boxes, it makes it work better with Codist as we can actually use the interactive elements now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants