snippetbashTip
monodevelop — Cross platform IDE for C#, F#, and more. More information: <https://www.monodevelop.com/documentatio
Viewed 0 times
monodevelopidecommandandclicrossplatformfor
Problem
How to use the
monodevelop command: Cross platform IDE for C#, F#, and more. More information: <https://www.monodevelop.com/documentation/>.Solution
monodevelop — Cross platform IDE for C#, F#, and more. More information: <https://www.monodevelop.com/documentation/>.Start MonoDevelop:
monodevelopOpen 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-windowDisable redirection of
stdout and stderr to a log file:monodevelop --no-redirectEnable performance monitoring:
monodevelop --perf-logCode Snippets
Start MonoDevelop
monodevelopOpen 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-windowDisable redirection of `stdout` and `stderr` to a log file
monodevelop --no-redirectContext
tldr-pages: common/monodevelop
Revisions (0)
No revisions yet.