monodevelop
Cross platform IDE for C#, F# and more. More information: https://www.monodevelop.com/.
-
Start MonoDevelop:
monodevelop -
Open a specific file:
monodevelop {{path/to/file}} -
Open a specific file with the caret at a specific position:
monodevelop {{path/to/file}};{{line_number}};{{column_number}} -
Force opening a new window instead of switching to an existing one:
monodevelop --new-window -
Disable redirection of
stdoutandstderrto a log file:
monodevelop --no-redirect -
Enable performance monitoring:
monodevelop --perf-log
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.