Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.09 KB

File metadata and controls

21 lines (15 loc) · 1.09 KB

#PatridgeDev.com MonoDevelop Settings

This repo is here entirely for my own use, but feel free to use it as you want.

I've made quite a few keyboard shortcuts to make my Mac MonoDevelop experience mirror Visual Studio. Since it was just as easily to source-control the entire settings directory, it is all included. If I tweak any templates (current ones are all defaults), they will join the repo.

##Highlights

  • Ctrl+M,O - "Show Definitions Only"
  • Ctrl+M,M - "Toggle Fold"
  • Ctrl+K,C - "Toggle Line Comment(s)" (NOTE: Puts // at line start instead of non-whitespace start. MonoDevelop's default of Cmd+/ isn't bad, just not what I use.)
  • F5 - Start Debugging
  • Shift+F5 - Stop
  • F10 - "Step Over"
  • F11 - "Step Into"
  • Shift+F11 - "Step Out"
  • F9 - "Toggle Breakpoint"

##License

MIT license. If you do something cool with it, though, I'd love to hear about it.