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.

C# in Rider - only squiggly brackets are rainbowified

See original GitHub issue

Your programming language(s)

C#

Expected Behavior

I installed RainbowBrackets in Rider. I expected to see all brackets colored. Only squiggly brackets and indent lines are colored.

Current Behavior

Round brackets, etc, are all in default color, not rainbow.

Code snippet for reproduce (for bugs)

using System;

namespace Test1
{
    public class Test
    {
        public void MyTest()
        {
            Console.WriteLine(new Test());
        }
    }
}

rainbow

Your Environment

Plugin version: 6.11

JetBrains Rider 2020.2.4
Build #RD-202.7660.16, built on September 30, 2020
Licensed to ........
You have a perpetual fallback license for this version
Subscription is active until September 14, 2021
Runtime version: 11.0.8+10-b944.34 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
.NET Framework 4.0.30319.42000
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1450M
Cores: 8
Registry: debugger.new.debug.tool.window.view=true, ide.tree.horizontal.default.autoscrolling=false, performance.watcher.sampling.interval.ms=200, ide.borderless.tab.caption.in.title=false, ide.tooltip.showAllSeverities=true, show.diff.preview.as.editor.tab=true, light.edit.file.open.enabled=false, performance.watcher.unresponsive.interval.ms=1000, search.everywhere.settings=true, show.diff.preview.as.editor.tab.with.single.click=true, parameter.info.max.visible.rows=10, ide.win.file.chooser.native=true, vcs.log.show.diff.preview.as.editor.tab=true, search.everywhere.pattern.checking=false, ide.tooltip.initialDelay=0, ide.require.transaction.for.model.changes=false, ide.debug.in.title=true, rdclient.asyncActions=false
Non-Bundled Plugins: com.microsoft.vso.idea, izhangzhihao.rainbow.brackets

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
izhangzhihaocommented, Feb 22, 2021

Try this build snapshot, please SUPPORT US if you like this plugin.

0reactions
izhangzhihaocommented, Feb 22, 2021

image

Please use the latest snapshot:

intellij-rainbow-brackets-6.15.zip

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rainbow Brackets - IntelliJ IDEs Plugin - JetBrains Marketplace
Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio. ... GLSL(the OpenGL Shading Language), Go Template, C++, C, Solidity.
Read more >
Rider auto-insert braces like Java - Stack Overflow
I'm a real Java guy so C# isn't far from my comfort zone, but what really is is the way Rider auto-completes my...
Read more >
IntelliJ Plugins: Rainbow Brackets - YouTube
Change colors of your brackets /parenthesis to help you read your code faster.
Read more >
Braces for Single Nested Statements - Help | JetBrains Rider
All code style features that only change whitespaces, tabs, and line breaks are formatting features and there are hundreds of them. To check...
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