Guest User

Untitled

a guest
Jul 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. ### Navigation
  2. * `<ALT+SHIFT+Enter>` Toggle Fullscreen
  3. * `<CTRL+K, O>` Switch between header/source file.
  4. * `<CTRL+,>` quick open & navitate to anything (by filename, type name, ...)
  5. * `<CTRL+T>` quick open *any*
  6. * `<CTRL+G>` Go to to line
  7. * `<CTRL+]>` jump to matching brace/bracket
  8. * `<CTRL+SHIFT+F>` find(/&replace) all
  9. * `<ALT+K>` CMake menu (hit enter for `build all`-action)
  10. * `<CTRL+->` Navigate Backwards
  11. * `<CTRL+SHIFT+->` Navigate Forwards
  12.  
  13. ### IntelliSense
  14. * `<ALT+F12>` Peek definition
  15. * `<F12>`, `<CTRL+MouseLeft>` Go to definition
  16.  
  17. ### Building
  18. * `<F7>` build solution
  19. * `<ALT+CTRL+O>` focus Output/Build window
  20. * `<ALT+K, B>` (CMake) Build All
  21.  
  22. ### Debugging
  23.  
  24. * `<F5>` Start/Continue Debugging
  25. * `<SHIFT+F5>` Stop Debugging
  26. * `<F9>` toggle breakpoint
  27. * `<F10>` step over
  28. * `<F11>` step into
  29. * `<SHIFT+F11>` step out
Add Comment
Please, Sign In to add comment