monodevelop
integrated development environment
TLDR
Start MonoDevelop IDE
$ monodevelop
Open solution file$ monodevelop [solution.sln]
Open project file$ monodevelop [project.csproj]
SYNOPSIS
monodevelop [options] [files...]
DESCRIPTION
monodevelop is an integrated development environment for .NET and Mono. Supports C#, F#, Visual Basic, and other languages. Features code completion, debugging, version control integration, and cross-platform development.
PARAMETERS
--newwindow
Open new window.--nologo
Skip splash screen.--ipc-tcp
Use TCP for IPC.--perf-log
Enable performance logging.
CAVEATS
MonoDevelop development has slowed. Consider Visual Studio Code with C# extension or JetBrains Rider for active .NET development.
