Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure Eclipse for C# [closed]

Tags:

c#

eclipse

I'm using Eclipse Juno and windows 8. I want to configure C# for juno because eclipse is easier than other Frameworks and it has c/c++/java etc.. but not C# so is anyone got an idea about this situation?

like image 746
Emre Yardımcı Avatar asked Jul 31 '13 19:07

Emre Yardımcı


People also ask

How do I get C in Eclipse?

In Eclipse, go to the "File" menu, then "New", then "C++ Project" if it's there. If not, choose "Project", then find "C/C++" in the list of wizards, click the "+" sign to expand it, and choose "C++ Project". A dialog box will ask whether to open the C/C++ perspective. Answer "yes", and remember this decision.

What C compiler does Eclipse use?

Eclipse CDT uses C/C++ Compiler. Hence before we can start using Eclipse CDT for C/C++ development, we need to have a proper GCC compiler on our system. We can either have 'MinGW' or 'Cygwin' compiler on our machine that will be used by eclipse.

Can I use Eclipse for both Java and C?

Eclipse is a popular integrated development environment (IDE) for developing Java and C++ applications. You can install plugins that provide special features for specialized development frameworks, such as ANTLR 4.

How do I start a new C project in Eclipse?

Create a new projectGo to Window → Open perspective → Other, select C/C++, and click OK. Go to File → New → C Project, and choose a name for the project (for example, Greeting ). Click Finish to accept all defaults.


1 Answers

I would not recommend using Eclipse for C#.

There are solutions out there for eclipse that lets you have syntax highlighting for C#, but i'm not sure of it's compilation abilities.

Also, why use Eclipse when VS already has so much. I mean hell, Microsoft made the language, and their software is ideal for it.

Not to mention, VS has very extravagant WinForms customization. Nothing would compare even if eclipse did come out with something.

If you'd like your VS C# Express to operate like eclipse, (keybinds, color, etc) then you can do that yourself, and customize the options. I myself LOVE eclipse.. but it cannot stand on it's toes against the beast that is Visual Studio.

Check out this article.. it's written by a person that likes eclipse, but programs in VS. might help you get started.

like image 133
ddavison Avatar answered Oct 13 '22 10:10

ddavison