Mono: Developing Eclipse

zhaozj2021-02-16  101

Mono: Developing Eclipse

C # development can also be performed using Eclipse. To http://www.eclipse.org Download a 3.0 version for Linux Eclipse to extract it to a directory. As long as you have JDK on your machine, you can run Eclipse.

Figure 4.1.0

The interface that is started is as follows:

Figure 4.1.1

Install the C # plugin fr.Improve.csharp.editor_3.0.0, configure C # parameters in the preferences, mainly selecting the C # compiler.

Figure 4.1.2

Create a new project, choose Simple ---> Project.

Figure 4.1.3

Save the project:

Figure 4.1.4

Add a C # file:

Figure 4.1.5

Write code, compile:

Figure 4.1.6

Run the program in the terminal.

This plugin is not good, it is not a complete C # plugin. The only difference between the general written board is just grammar coloring.

There is no project management, even the C # perspective is not, there is no reference to management, so I can't compile GTK #, QT #, etc., there is no code prompt ....... I don't have to develop.

转载请注明原文地址:https://www.9cbs.com/read-11231.html

New Post(0)