jasonhulbert / jetbrains-trash-panda-theme

A theme for raccoons and other creatures of the night
58 stars 13 forks source link

For selected parameter is not displayed where is used (Goland 2024.1) #55

Closed dpcat237 closed 5 months ago

dpcat237 commented 5 months ago

What steps will reproduce the issue?

  1. Select a parameter inside of some scope such as a function.

What is the expected result? Marked where is used selected parameter inside of the scope.

What happens instead? Is not marked where is used selected parameter inside of the scope. The affected version is Goland 2024.1. I attached also an example from Goland 2023.3 where this works well. For default themes in Goland 2024.1, this issue is not reproducible.

PS. It's interesting that between the Goland versions, the same theme has different colors.

Goland2023 3 Goland2024 1 idea-Goland2023.3.log idea-Goland2024.1.log

jasonhulbert commented 5 months ago

Hey @dpcat237 - the difference in theme colors is due to the ide falling back to a significantly older version of the theme after the 2024.* release of jetbrains products. I just published 2.1.0 version of the plugin to the marketplace and it will be available for download in 1-2 days after review.

Thank you!