Plugin for C# support
I have started working on a plugin to bring support for C#. Currently the parser is in progress and I could use some help with it.
The parser is written with BNF grammar using the Grammar-Kit plugin.
EDIT: I forgot the link the project, it can be found here: https://github.com/Azeruz/CSharpLanguageSupport
Please sign in to leave a comment.
Would you mind sharing a link of the project? That way people could actually help you :p
There was a link to it this morning at least! :)
Okay so I actually edited in the link eariler today, for some reason it seems the edit didn't go through then. Either way the project can be found here: https://github.com/Azeruz/CSharpLanguageSupport and I will edit the original post again.
Hey there,

Was just wondering if there's any progress on this? While lurking through the depths of the forums+Git histories of IJ, I came across something interesting -
Vistall appears to be adding support for C# to an IDE called Consulo - which I believe is just a fork of IJ CE (Forked possibly because Jetbrains were slow to accept PRs?) -
The above picture is from his blog - http://vistall.livejournal.com/5168.html
This seems to be pretty interesting; It might be worth checking out/contributing to :)