LinuxCommandLibrary

monodevelop

monodevelop

TLDR

Start MonoDevelop

$ monodevelop
copy


Open a specific file
$ monodevelop [path/to/file]
copy


Open a specific file with the caret at a specific position
$ monodevelop [path/to/file];[line_number];[column_number]
copy


Force opening a new window instead of switching to an existing one
$ monodevelop --new-window
copy


Disable redirection of stdout and stderr to a log file
$ monodevelop --no-redirect
copy


Enable performance monitoring
$ monodevelop --perf-log
copy

Copied to clipboard