Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a decent Mono Editor?

Tags:

c#

editor

mono

I had been steering away from C# for a while, because it was "just a Windows thing", and it fell out of my current needs. However It's been gaining popularity and now with Mono catching up, it's becoming more attractive but I was wondering what IDE are people using to Code C#(with Mono) on *nix platforms.

like image 212
Robert Gould Avatar asked Nov 28 '22 19:11

Robert Gould


2 Answers

I think MonoDevelop is the most popular.

like image 104
Rune Grimstad Avatar answered Dec 05 '22 17:12

Rune Grimstad


I use Vim for all my *nix stuff. There's even a Vim plugin for VS (ViEmu) so you can use your Vim tricks from within the IDE as well.

like image 21
Brian Rasmussen Avatar answered Dec 05 '22 19:12

Brian Rasmussen