Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jackuars on January 03, 2014, 11:42:37 am

Title: Does CodeBlocks support C#
Post by: jackuars on January 03, 2014, 11:42:37 am
I wanna learn C# and .Net, does Codeblocks support it?
Title: Re: Does CodeBlocks support C#
Post by: oBFusCATed on January 03, 2014, 12:03:21 pm
Probably it can be setup to compile C#, but this is not the right IDE for C#, try MonoSharp/MonoDevelop or whatever is the correct name for the free C# IDE.
Title: Re: Does CodeBlocks support C#
Post by: MortenMacFly on January 03, 2014, 01:25:57 pm
...not to forget SharpDevelop:
http://www.icsharpcode.net/opensource/sd/
Title: Re: Does CodeBlocks support C#
Post by: jackuars on January 03, 2014, 02:38:26 pm
Thanks for your suggestions guys. I'll try sharpdevelop

Any possible reason why CodeBlocks isn't expanding to incorporate C# as it's highly popular language?
Title: Re: Does CodeBlocks support C#
Post by: MortenMacFly on January 03, 2014, 03:16:29 pm
Any possible reason why CodeBlocks isn't expanding to incorporate C# as it's highly popular language?
Because:
Quote
Code::Blocks is a free C/C++ and Fortran IDE
Title: Re: Does CodeBlocks support C#
Post by: oBFusCATed on January 03, 2014, 03:52:13 pm
Because there is no one who have volunteered to add native support for compiling, debugging and code-completion of C#.
If there is such person we (the dev team) will happily provide any help or feedback.