Guest User

Untitled

a guest
Jan 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # Shortcuts for Presentations
  2.  
  3. ## Visual Studio Code
  4.  
  5. | Shortcut | Description |
  6. | -------------------------------- | -------------------------- |
  7. | `Ctrl`+ `Shift` + `P` | Open command palette |
  8. | `Ctrl`+ `Shift` + `D` | Open Debug Sidebar |
  9. | `Ctrl` + `B` | Toggle Sidebar |
  10. | `Ctrl`+ `Shift` + `Y` | Toggle Debug Console Panel |
  11. | `Ctrl` + `Y` | Toggle Bottom Panel |
  12. | __Navigation__ |
  13. | `F12` | Go to symbol (directly) |
  14. | `Ctrl` + `Shift` + `O` | Go to symbol (prefilled) |
  15. | `Ctrl` + `T` | Go to symbol on selection |
  16. | `Ctrl` + `Shift` + `F` | Search across files |
  17.  
  18. ## IntelliJ
  19.  
  20. | Shortcut | Description |
  21. | --------------- | ------------ |
  22. | __Navigation__ |
  23. | `Ctrl` + `N` | Open Type |
Add Comment
Please, Sign In to add comment