Giter Club home page Giter Club logo

Comments (40)

izhangzhihao avatar izhangzhihao commented on May 14, 2024 7

A new release is pending JetBrains approval.

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024 6

Update: RIDER-16744 Provide light-weight dummy C# parser on frontend. It seems will be available starting from the first 2018.3 EAPs.

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024 5

The response from Rider team is this task has been postponed to future releases. Current estimates are 2018.1-2018.2

from intellij-rainbow-brackets.

EReeves avatar EReeves commented on May 14, 2024 3

Still doesn't work on Rider 2017.3 EAP

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024 2

I can't do anything on that , the only way is waiting for Rider team add a tiny layer which will support annotators like what Alexandre Kirsanov said before...

from intellij-rainbow-brackets.

SugoiDev avatar SugoiDev commented on May 14, 2024 2

Confirming it still doesn't work on 2018.2 EAP/Nightly.
I'm leaving the plugin enabled, so I'll post back here as soon as I see it working.

from intellij-rainbow-brackets.

sweethuman avatar sweethuman commented on May 14, 2024 2

I have tried it in the latest EAP3 release, they're still not working. @izhangzhihao

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024 2

It seems we should implement a new C# annotator, is there anyone could verify this snapshot works or not?
intellij-rainbow-brackets-5.11.zip

from intellij-rainbow-brackets.

SugoiDev avatar SugoiDev commented on May 14, 2024 2

Confirmed working with your snapshot in both the latest nightly and EAP 5.

Thanks for the great work!

from intellij-rainbow-brackets.

XsnTrcK avatar XsnTrcK commented on May 14, 2024 2

Braces look good {} but () are not working properly.

rainbowbracketsoddity
pythonexample

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024 1

@EReeves @SugoiDev thanks for your feedback!

from intellij-rainbow-brackets.

SugoiDev avatar SugoiDev commented on May 14, 2024 1

Update: Starting from 2018.3 EAP2 Rider will expose simple version of parser on IJ-side. So it'll be possible to support C# in rainbow brackets plugin.

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024 1

Update: RIDER-16744 is reopend, so keep waitting...

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

intellij-rainbow-brackets-2.3.zip

Please try this snapshot build and give me feedback, thanks

from intellij-rainbow-brackets.

nvlad avatar nvlad commented on May 14, 2024

Not work. Tested on latest Rider EAP build.

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

Related to https://youtrack.jetbrains.com/issue/IJSDK-324

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

Related to https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000670130-I-want-create-a-plugin-which-will-support-C-Sharp-language

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

As Alexander-Kirsanov said : "The good thing however is that in 2017.3 will provide light-weight parser for C# files which should be enough for needs of Rainbow Brackets plugin."

So that I think this plugin will work in latest EAP version of Rider. But I don't have any .Net environment .

@nvlad Have you tried this plugin in lasted EAP version of Rider, or any update on that?

from intellij-rainbow-brackets.

SugoiDev avatar SugoiDev commented on May 14, 2024

Confirmed: not working with Rider 2017.3 EAP (updated today).

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

Rider 2017.3 already been released! Ping @EReeves @SugoiDev , any update on that?

from intellij-rainbow-brackets.

SugoiDev avatar SugoiDev commented on May 14, 2024

@izhangzhihao Still not working on latest Rider. Did they add the abstraction for annotators?

from intellij-rainbow-brackets.

yunlux avatar yunlux commented on May 14, 2024

still faild in Rider 2018.1 nightly

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

Thanks for your feedback! Maybe the functionality will work until 2018.2 releases.

from intellij-rainbow-brackets.

yongyili avatar yongyili commented on May 14, 2024

Rainbow Brackets 5.0 still failed in Rider 2018.3.1 :(

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

@yongyili Rider 2018.3.1 ? Are you serious?

from intellij-rainbow-brackets.

yongyili avatar yongyili commented on May 14, 2024

Sorry, Rider 2017.3.1…… -____-

from intellij-rainbow-brackets.

kamilbudziewski avatar kamilbudziewski commented on May 14, 2024

Any news on that? It doesn't work in Rider 2018.1.

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

There is nothing I could do but waiting for Rider team.

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

You could add new comments in this thread, or vote for this thread.

from intellij-rainbow-brackets.

kirill-d-lappo avatar kirill-d-lappo commented on May 14, 2024

@wudzik, the author can't do anything for now.
The problem is that extensions in Rider has no access to code model in .cs files.
I tried to write an extension, which analyzes some attributes of methods in class for my own needs, but it is impossible, Rider's SDK allows only to get . cs file content as simple text, you can't visit code parts and get or change their values or/and properties.

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

Is there anyone tried this nightly build version? It should work with intellij-rainbow-brackets.

image

from intellij-rainbow-brackets.

nvlad avatar nvlad commented on May 14, 2024

Not work. PsiViewer show C# code structure.
image

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

Just seen that the EAP3 released 2018.3 EAP 3 build 183.3647.257 Released: October 18, 2018, did anyone tried that? This issue reported by @nvlad on Oct 18, 2017, a full year...

from intellij-rainbow-brackets.

sweethuman avatar sweethuman commented on May 14, 2024

ex
This is EAP4, as you can see they are still not working... @izhangzhihao

from intellij-rainbow-brackets.

sweethuman avatar sweethuman commented on May 14, 2024

In EAP5 they still aren't working, it's so annoying

from intellij-rainbow-brackets.

SugoiDev avatar SugoiDev commented on May 14, 2024

Give me a few minutes.

from intellij-rainbow-brackets.

shahzad-0 avatar shahzad-0 commented on May 14, 2024

Hi, I am using v5.12 with 2018.3 EAP.
There seems to be a mismatch of colors for the following:
image

from intellij-rainbow-brackets.

squalsoft avatar squalsoft commented on May 14, 2024

Not worked with Rider 2020.2.
Снимок экрана 2020-10-13 в 08 33 01
Only colors outer brackets.

from intellij-rainbow-brackets.

izhangzhihao avatar izhangzhihao commented on May 14, 2024

@squalsoft are you using the Do NOT rainbowify the first level in config page?

from intellij-rainbow-brackets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.