-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Rename suggestion selection highlight not visible in dark flavours #167
Comments
Hey 👋 I'm trying to reproduce this on Intellij 2024.2 but I'm not actually getting any suggestions when I try to rename a field. Are you using the built-in AI Assistant by any chance to power these suggestions? Or is this somehow exclusive to Rider? |
I think this could be specific to Rider / ReSharper plugin, but I'm not 100% positive on that. Definitely not AI Assistant. I have that disabled. |
Can you provide the file that you were working on? I'd like to try and invoke the rename dialog on specifically the field shown in the screenshots |
I don't see how that's relevant but I've attached a different file that has the same issue anyways. I trigger the Rename dialog either by pressing F2 or through Refactor / Rename... menu item. Any member of a class or struct will get a Rename dialog; local variables get a suggestion list "in-line", without a Rename dialog and that list does have a highlight. You can try to rename HTH |
Is there anything I can do to contribute to troubleshooting this issue? |
I also failed to reproduce this in IntelliJ. I think you're right about this being Rider-specific. |
Not sure why I didn't think of this earlier, are you able to reproduce this behaviour on the default Dark colour scheme or any other colour schemes that offer both dark/light variants? That would let us know if it's a Rider specific problem caused by Catppuccin or if it's a bug with the underlying system. |
Good thinking! I just tested this and all built-in and bundled dark themes, including Dark, have the selection highlight. I also tested two custom dark themes: One Dark and Gradianto. Both of these also have the selection highlight. |
Well that doesn't make me too happy 😅 I'm honestly not really sure where to go from here, I know in the last year or two, JetBrains actually automatically control the contrast for some of the popups so we had to make some weird changes - not sure if those are coming into play here 🤔 I guess the next step is to try and find the key that's controlling the contrast and see if we can change it to see what happens / what other popups it affects. |
Sorry to be the bearer of bad news. 😅 Is there anything I can do to assist? |
I would like to check if this key is the reason why it's not showing up properly: jetbrains/generateFlavours/ui.theme.json Line 134 in 270eaff
i.e. if you changed it to something like |
Changing |
I suppose it means that isn't the relevant key, if you install the Plugin Devkit plugin, you should get code completion for the |
I'll try installing the plugin devkit this upcoming weekend and see if I can find which key this is. |
Is there an existing issue outlining your problem?
Have you followed the instructions in the the pinned issue?
Describe your problem.
There is no visible highlight of selection in the suggestion list of Rename dialog. This issue affect all dark themes: Mocha, Macchiato, and Frappe. Latte theme has a visible highlight (see attached screenshots).
Attach screenshots.
Mocha:
Macchiato:
Frappe:
Latte:
What IDE(s) are you seeing the problem on?
Rider 2024.2.3
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: