Easy Code Navigation with GoTo - VSCode Pro Tips

preview_player
Показать описание
Become a Level Up Pro and take your web skills to the next level!

The best web development podcast out there
Syntax with Wes Bos and Scott Tolinski
Рекомендации по теме
Комментарии
Автор

yeah, and try, in mac, ctrl +"-" (dash or minus symbol) to go back

alvarobyrne
Автор

thanks...its a no time waste video and only focus on topic

athinum
Автор

Nice one Scott, I never realised why that stupid peek window showed up sometimes!

barro
Автор

how do we open php built in object`s definition or sour code like PDO object or Datetime object

stephen.cabreros
Автор

Thanks for this. I find myself wanting to go 'back' to wherever I was before jumping with goto but have yet to find a clear keyboard shortcut without having an extension. Any suggestions?

tonyjarnigan
Автор

Mine is not working if i use modules for defire and require

modnarm
Автор

Rather than hyper, a more cross-platform way of doing it is rebinding cmd+g (or ctrl+g for win/nix) to be a chord trigger. So for example:

- cmd+g 2 : goto symbol in editor
- cmd+g 3 : goto symbol in workspace
- cmd+g t : goto type
- cmd+g f : goto definition

etc.

Note. Because the default for ctrl+g is goto line, you'll have to bind this somewhere else if you still wanna use it.

marble_wraith