Author Topic: Does CodeBlocks support C#  (Read 25116 times)

Offline jackuars

  • Single posting newcomer
  • *
  • Posts: 3
Does CodeBlocks support C#
« on: January 03, 2014, 11:42:37 am »
I wanna learn C# and .Net, does Codeblocks support it?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Does CodeBlocks support C#
« Reply #1 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.
(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!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Does CodeBlocks support C#
« Reply #2 on: January 03, 2014, 01:25:57 pm »
...not to forget SharpDevelop:
http://www.icsharpcode.net/opensource/sd/
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline jackuars

  • Single posting newcomer
  • *
  • Posts: 3
Re: Does CodeBlocks support C#
« Reply #3 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Does CodeBlocks support C#
« Reply #4 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
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Does CodeBlocks support C#
« Reply #5 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.
(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!]