question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Colorization is applied only to left parenthesis in for loop(C#)

See original GitHub issue

Please support us before creating a feature request, thanks for your support 😁

Your issue may already be reported! Please search on the issues before creating one.

Please check

  • [✔️] I already support this project.
  • [✔️] If you are submitting a feature request, please do consider donating us on Open Collective Or by AliPay/WeChatPay.
  • [✔️] This issue/feature request is not reported before.

Your programming language(s)

C#

Current Behavior

pic

Rainbow color is applied to ( of for-loop , but not applied to ).

Code snippet for reproduce (for bugs)

Please provide code snippet for reproduce bugs. NOTE: If you are going to report a bug but WITHOUT your env information, your issue will been closed directly.

for (int i = 0; i < 5; ++i)
{
    for (int j = 0; j < 5; ++j)
    {
        Console.Write($"{i}/{j} ");
    }
    
    Console.Write("\n");
}

Your Environment

  • Plugin version: 5.21
  • IDE & Operating System version, comment your env as below(go to “About IntelliJ IDEA” -> click the “copy” icon):
  • NOTE: If you are going to report a bug but WITHOUT your env information, your issue will been closed directly.
JetBrains Rider 2019.2
Build #RD-192.5895.1069, built on August 8, 2019
Runtime version: 11.0.3+12-b304.25 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 2014M
Cores: 4
Registry: ide.tree.horizontal.default.autoscrolling=false, performance.watcher.sampling.interval.ms=100, lcd.contrast.value=250, ide.borderless.title.product=false, performance.watcher.unresponsive.interval.ms=500, ide.tooltip.initialDelay.highlighter=0, search.everywhere.settings=true, parameter.info.max.visible.rows=10, ide.win.file.chooser.native=true, debugger.watches.in.variables=false, ide.borderless.title.project.path=false, search.everywhere.pattern.checking=false, ide.tooltip.initialDelay=0, ide.borderless.title.classpath=false, ide.require.transaction.for.model.changes=false
Non-Bundled Plugins: com.intellij.resharper.HeapAllocationsViewer, com.microsoft.vso.idea, de.santiv.fastscrolling, net.vektah.codeglance, izhangzhihao.rainbow.brackets, PythonCore, com.intellij.resharper.azure

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
izhangzhihaocommented, Aug 24, 2019

All rider related issues require much more time and patient. first, it’s possible to fix this issue, but it takes lots of time and patience and will make this project more complex and hard to maintain. So, if someone would like to take this ticket would be great. otherwise, it requires a big donation to make it happen.

0reactions
izhangzhihaocommented, Sep 15, 2020

Please try this build snapshot: intellij-rainbow-brackets-6.10.1.zip

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bracket pair colorization 10000x faster - Visual Studio Code
How we made bracket pair colorization in Visual Studio Code up to 10000 times faster.
Read more >
How to change the braces/parenthesis colors in Visual Studio
The following instruction shows how to change the background color of the matching braces and its rectangles. Click on the picture and take...
Read more >
Adding color to bracket pairs - Visual Studio Blog
Granted, they all colorize bracket pairs, but the way they do it differs and a lot of them provide additional features and options....
Read more >
[Feature Request] Bracket Pair Colorization: Consecutive ...
The issue is that I need black to be the first color and I need this feature to be implemented. How often are...
Read more >
CH4 Stat Flashcards - Quizlet
Use your own words to translate the notation Upper P left parenthesis B|A right parenthesis into a verbal statement. The probability that the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found