
monodevelop
List of commands for monodevelop:
-
monodevelop:tldr:04e93 monodevelop: Open a specific file.$ monodevelop ${filename}try on your machineexplain this command
-
monodevelop:tldr:16797 monodevelop: Force opening a new window instead of switching to an existing one.$ monodevelop --new-windowtry on your machineexplain this command
-
monodevelop:tldr:21a16 monodevelop: Enable performance monitoring.$ monodevelop --perf-logtry on your machineexplain this command
-
monodevelop:tldr:23df7 monodevelop: Disable redirection of `stdout` and `stderr` to a log file.$ monodevelop --no-redirecttry on your machineexplain this command
-
monodevelop:tldr:7eee1 monodevelop: Open a specific file with the caret at a specific position.$ monodevelop ${filename};${line_number};${column_number}try on your machineexplain this command
-
monodevelop:tldr:b1448 monodevelop: Start MonoDevelop.$ monodeveloptry on your machineexplain this command