mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
326bd08c31
Updated more information links with more specific URL
597 B
597 B
monodevelop
Cross platform IDE for C#, F# and more. More information: https://www.monodevelop.com/documentation/.
- 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