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
Quote from: jackuars on January 03, 2014, 02:38:26 PM
Any possible reason why CodeBlocks isn't expanding to incorporate C# as it's highly popular language?
Because:
QuoteCode::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.