You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tech/languages/dotnet/dotnet-ide.md
+28-21Lines changed: 28 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,13 @@ order: 4
14
14
|[JetBrains Rider](http://jetbrains.com/rider)|[Proprietary](https://www.jetbrains.com/store/license.html), free for [Education and OpenSource](https://www.jetbrains.com/store/#edition=discounts)|✔|✔|✔||
15
15
|[Visual Studio Code](https://code.visualstudio.com) with [C# plugin](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)| Binary is [Proprietary](https://code.visualstudio.com/License/), Source Code is [MIT](https://github.com/Microsoft/vscode/blob/master/LICENSE.txt), C# extension is [Proprietary](https://marketplace.visualstudio.com/items/ms-vscode.csharp/license)|✔||✔||
16
16
17
-
## Installing Eclipse
17
+
## Overview
18
18
19
-
First install Eclipse through [Flatpak](/deployment/flatpak/about.html)
20
-
```
21
-
$ flatpak install org.eclipse.Java
22
-
```
23
-
then install the aCute extension from the [Marketplace](https://marketplace.eclipse.org/content/acute-c-edition-eclipse-ide-experimental)
19
+
[JetBrains Rider](#installing-jetbrains-rider) is the most complete C# IDE, however it is not open source.
24
20
25
-
## Installing MonoDevelop
21
+
[Visual Studio Code](#installing-visual-studio-code) and [MonoDevelop](#installing-monodevelop) work well for .NET Core and for Mono, respectively.
26
22
27
-
```
28
-
$ sudo dnf install monodevelop
29
-
```
23
+
[Eclipse](#installing-eclipse) is still young and not yet friendly for the former Windows developer. It is a good choice if you're already an Eclipse IDE user.
_You need root permissions to create file in this location._
54
51
55
-
After creating the repo file to install the Visual Studio Code run:
52
+
After creating the repo file you can install the Visual Studio Code with:
56
53
```console
57
54
$ sudo dnf install code
58
55
```
59
56
60
-
* as a [Flatpak](/deployment/flatpak/about.html) package installable like so:
57
+
* distributed as a [Flatpak](/deployment/flatpak/about.html)
61
58
```console
62
59
$ flatpak install com.visualstudio.code
63
60
```
64
61
65
-
After installing Visual Studio Code you can install the C# Extension from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp).
62
+
After installing Visual Studio Code, to get full features of the editor, install the C# Extension from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp).
66
63
67
-
Alternatively use the [VSCodium](https://vscodium.com/) for Free/Libre Open Source Software Binaries of VSCode.
64
+
### VSCodium
68
65
69
-
## Summary
66
+
[VSCodium](https://vscodium.com/) are Free/Libre Open Source Software Binaries of VSCode.
70
67
71
-
JetBrains Rider is the most complete C# IDE, however it is not open source.
72
68
73
-
VS Code and MonoDevelop work well for .NET Core and for Mono, respectively.
69
+
## Installing MonoDevelop
70
+
71
+
```
72
+
$ sudo dnf install monodevelop
73
+
```
74
+
75
+
## Installing Eclipse
76
+
77
+
First install Eclipse through [Flatpak](/deployment/flatpak/about.html)
78
+
```
79
+
$ flatpak install org.eclipse.Java
80
+
```
81
+
then install the aCute extension from the [Eclipse Marketplace](https://marketplace.eclipse.org/content/acute-c-edition-eclipse-ide-experimental)
74
82
75
-
C# via Eclipse is still young and not very friendly for the former Windows developer, but it can be useful if you're already an Eclipse IDE user.
0 commit comments