izhangzhihao / intellij-rainbow-brackets

🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio/Fleet
https://plugins.jetbrains.com/plugin/10080-rainbow-brackets
GNU General Public License v3.0
4.46k stars 214 forks source link

Coloring of variables does not work 100% #2612

Closed jansviland closed 1 year ago

jansviland commented 1 year ago

Hi

In C# the coloring of variables does not work 100%. As you can see here it gets in about 50% correct.

start has a different color thatn the others, but I think input should have this color, not start. colors should increase in tone in order from top to bottom.

end gets another color, but when used as a parameter, it goes back to default color.

result also get a different color, but when result.Step is used, the color goes back to default.

bilde

Please check

Your programming languages

C#

Code snippet for reproduce (for bugs)

Line 100: https://github.com/jansviland/AdventOfCode/blob/main/2022/AdventOfCode.2022.Day12.Tests/Tests.cs

Your Environment

JetBrains Rider 2022.3.3
Build #RD-223.8836.53, built on March 20, 2023
Licensed to XXX
Subscription is active until May 24, 2023.
Runtime version: 17.0.6+1-b653.34 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
.NET 7.0.0 (Server GC)
GC: G1 Young Generation, G1 Old Generation
Memory: 1500M
Cores: 12
Registry:
    ide.lookup.shrink=true
    ide.experimental.ui=true
    platform.projectModel.workspace.model.file.index=false
    ide.workspace.model.rbs.as.tree=false
    database.show.search.tab=false
    ide.new.project.model.index.case.sensitivity=true
    vcs.empty.toolwindow.show=false
    rdclient.asyncActions=false
    indexing.enable.entity.provider.based.indexing=false

Non-Bundled Plugins:
    com.intellij.javafx (1.0.4)
    Batch Scripts Support (1.0.13)
    com.intellij.resharper.HeapAllocationsViewer (2022.3.1)
    me.seclerp.rider.plugins.efcore (223.3.2)
    IdeaVIM (2.1.0)
    org.intellij.plugins.hcl (223.8214.6)
    com.github.copilot (1.2.4.2459)
    avalonia-rider (1.0.3)
    com.markskelton.one-dark-theme (5.7.4)
    fr.socolin.application-insights-debug-log-viewer (1.7.3)
    com.intellij.resharper.StructuredLogging (2022.3.2.289)
    com.samdark.intellij-visual-studio-code-dark-plus (2.6)
    com.intellij.resharper.azure (3.50.0.1546-2022.3)
    izhangzhihao.rainbow.brackets (2023.2.6)

IntelliJ IDEA 2021.2 (Ultimate Edition)
Build #IU-212.4746.92, built on July 27, 2021
Licensed to IntelliJ Rainbow Brackets / Zhang Zhihao
Subscription is active until February 3, 2022.
For non-commercial open source development only.
Runtime version: 11.0.11+9-b1504.13 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 11.4
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 16
Registry: ide.tooltip.initialDelay=900, ide.balloon.shadow.size=0, scala.erase.compiler.process.jdk.once=false
Non-Bundled Plugins: com.intellij.properties.bundle.editor (212.4746.57), com.markskelton.one-dark-theme (5.3.0), lermitage.intellij.extra.icons (1.59.0.203), org.nik.presentation-assistant (1.0.9), kotest-plugin-intellij (1.1.36-IC-2021.1), Pythonid (212.4746.96), org.intellij.scala (2021.2.15), izhangzhihao.rainbow.brackets (6.19), com.intellij.bigdatatools (212.4037.55)
Kotlin: 212-1.5.10-release-IJ4746.92
open-collective-bot[bot] commented 1 year ago

Hey @jansviland :wave:,

Thank you for opening an issue/feature request. We will get back to you as soon as we can.

Please consider support us by buying a license here or donating from OpenCollective https://opencollective.com/intellij-rainbow-brackets.

And we have a special plan for paid users, if you are a paid user, your issue or feature request will have a higher priority.

If you are creating a issue, please make sure you already read the latest change log here.

izhangzhihao commented 1 year ago
image
jansviland commented 1 year ago

Tested it, now it works 👍