News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Does CodeBlocks support C#

Started by jackuars, January 03, 2014, 11:42:37 AM

Previous topic - Next topic

jackuars

I wanna learn C# and .Net, does Codeblocks support it?

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

jackuars

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?

MortenMacFly

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
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]